Reintegrate header-work branch. Important changes include continued work on headers...
[reactos.git] / reactos / ntoskrnl / include / internal / arm / mm.h
index 67eae35..03bb7bf 100644 (file)
@@ -1,10 +1,6 @@
 #pragma once
 
-//
-// Number of bits corresponding to the area that a PDE entry represents (1MB)
-//
 #define PDE_SHIFT 20
-#define PDE_SIZE  (1 << PDE_SHIFT)
 
 //
 // Number of bits corresponding to the area that a coarse page table entry represents (4KB)