[NTOSKRNL]

- Add missing PDE_MAPPED_VA definition from the sync.

svn path=/branches/header-work/; revision=47302
This commit is contained in:
Amine Khaldi 2010-05-22 13:53:20 +00:00
parent b1dae6b379
commit cde2dc6dc4

View 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))