- patches.rt/0001-sched-count-of-queued-RT-tasks.patch: Delete.
[linux-flexiantxendom0-3.2.10.git] / include / asm-x86 / mach-xen / asm / pgtable-3level-defs.h
1 #ifndef _I386_PGTABLE_3LEVEL_DEFS_H
2 #define _I386_PGTABLE_3LEVEL_DEFS_H
3
4 #define 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
12 /*
13  * PMD_SHIFT determines the size of the area a middle-level
14  * page table can map
15  */
16 #define PMD_SHIFT       21
17 #define PTRS_PER_PMD    512
18
19 /*
20  * entries per page directory level
21  */
22 #define PTRS_PER_PTE    512
23
24 #endif /* _I386_PGTABLE_3LEVEL_DEFS_H */