This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / include / asm-i386 / mach-xen / asm / pgtable-3level-defs.h
1 #ifndef _I386_PGTABLE_3LEVEL_DEFS_H
2 #define _I386_PGTABLE_3LEVEL_DEFS_H
3
4 #define HAVE_SHARED_KERNEL_PMD 0
5
6 /*
7  * PGDIR_SHIFT determines what a top-level page table entry can map
8  */
9 #define PGDIR_SHIFT     30
10 #define PTRS_PER_PGD    4
11 #define PTRS_PER_PGD_NO_HV 4
12
13 /*
14  * PMD_SHIFT determines the size of the area a middle-level
15  * page table can map
16  */
17 #define PMD_SHIFT       21
18 #define PTRS_PER_PMD    512
19
20 /*
21  * entries per page directory level
22  */
23 #define PTRS_PER_PTE    512
24
25 #endif /* _I386_PGTABLE_3LEVEL_DEFS_H */