projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b1dae6b
)
[NTOSKRNL]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 22 May 2010 13:53:20 +0000
(13:53 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Sat, 22 May 2010 13:53:20 +0000
(13:53 +0000)
- Add missing PDE_MAPPED_VA definition from the sync.
svn path=/branches/header-work/; revision=47302
ntoskrnl/mm/ARM3/miarm.h
patch
|
blob
|
history
diff --git
a/ntoskrnl/mm/ARM3/miarm.h
b/ntoskrnl/mm/ARM3/miarm.h
index
8cf2d39
..
7e0b9a6
100644
(file)
--- a/
ntoskrnl/mm/ARM3/miarm.h
+++ b/
ntoskrnl/mm/ARM3/miarm.h
@@
-42,6
+42,9
@@
#define _1KB (1024)
#define _1MB (1024 * _1KB)
+/* Area mapped by a PDE */
+#define PDE_MAPPED_VA (PTE_COUNT * PAGE_SIZE)
+
/* Size of a page table */
#define PT_SIZE (PTE_COUNT * sizeof(MMPTE))