1 #ifndef _I386_PGTABLE_2LEVEL_DEFS_H
2 #define _I386_PGTABLE_2LEVEL_DEFS_H
5 * traditional i386 two-level paging structure:
9 #define PTRS_PER_PGD 1024
12 * the i386 is two-level, so we don't really have any
13 * PMD directory physically.
16 #define PTRS_PER_PTE 1024
18 #endif /* _I386_PGTABLE_2LEVEL_DEFS_H */