]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - include/asm-x86/pgtable-2level-defs.h
x86, um: initial part of asm-um move
[mirror_ubuntu-artful-kernel.git] / include / asm-x86 / pgtable-2level-defs.h
CommitLineData
77ef50a5
VN
1#ifndef ASM_X86__PGTABLE_2LEVEL_DEFS_H
2#define ASM_X86__PGTABLE_2LEVEL_DEFS_H
1da177e4 3
5311ab62
JF
4#define SHARED_KERNEL_PMD 0
5
1da177e4
LT
6/*
7 * traditional i386 two-level paging structure:
8 */
9
10#define PGDIR_SHIFT 22
11#define PTRS_PER_PGD 1024
12
13/*
14 * the i386 is two-level, so we don't really have any
15 * PMD directory physically.
16 */
17
18#define PTRS_PER_PTE 1024
19
77ef50a5 20#endif /* ASM_X86__PGTABLE_2LEVEL_DEFS_H */