[NTOSKRNL]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 22 May 2010 13:53:20 +0000 (13:53 +0000)
committerAmine 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

index 8cf2d39..7e0b9a6 100644 (file)
@@ -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))