ftrace: do not enclose logic in WARN_ON
[linux-2.6/kvm.git] / include / asm-x86 / pgtable-2level-defs.h
blob7ec48f4e53472a865eee5d9fb4c1b018bd3fcd8a
1 #ifndef ASM_X86__PGTABLE_2LEVEL_DEFS_H
2 #define ASM_X86__PGTABLE_2LEVEL_DEFS_H
4 #define SHARED_KERNEL_PMD 0
6 /*
7 * traditional i386 two-level paging structure:
8 */
10 #define PGDIR_SHIFT 22
11 #define PTRS_PER_PGD 1024
14 * the i386 is two-level, so we don't really have any
15 * PMD directory physically.
18 #define PTRS_PER_PTE 1024
20 #endif /* ASM_X86__PGTABLE_2LEVEL_DEFS_H */