initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / asm-i386 / pgtable-2level-defs.h
blob2a16f7a268bcc64d28be59b974e209ebb602b137
1 #ifndef _I386_PGTABLE_2LEVEL_DEFS_H
2 #define _I386_PGTABLE_2LEVEL_DEFS_H
4 /*
5 * traditional i386 two-level paging structure:
6 */
8 #define PGDIR_SHIFT 22
9 #define PTRS_PER_PGD 1024
12 * the i386 is two-level, so we don't really have any
13 * PMD directory physically.
15 #define PMD_SHIFT 22
16 #define PTRS_PER_PMD 1
18 #define PTRS_PER_PTE 1024
20 #endif /* _I386_PGTABLE_2LEVEL_DEFS_H */