diff options
Diffstat (limited to 'include/asm-ppc64/pgalloc.h')
| -rw-r--r-- | include/asm-ppc64/pgalloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc64/pgalloc.h b/include/asm-ppc64/pgalloc.h index 98da0e4262bd..dcf3622d1946 100644 --- a/include/asm-ppc64/pgalloc.h +++ b/include/asm-ppc64/pgalloc.h | |||
| @@ -10,8 +10,8 @@ extern kmem_cache_t *pgtable_cache[]; | |||
| 10 | 10 | ||
| 11 | #ifdef CONFIG_PPC_64K_PAGES | 11 | #ifdef CONFIG_PPC_64K_PAGES |
| 12 | #define PTE_CACHE_NUM 0 | 12 | #define PTE_CACHE_NUM 0 |
| 13 | #define PMD_CACHE_NUM 0 | 13 | #define PMD_CACHE_NUM 1 |
| 14 | #define PGD_CACHE_NUM 1 | 14 | #define PGD_CACHE_NUM 2 |
| 15 | #else | 15 | #else |
| 16 | #define PTE_CACHE_NUM 0 | 16 | #define PTE_CACHE_NUM 0 |
| 17 | #define PMD_CACHE_NUM 1 | 17 | #define PMD_CACHE_NUM 1 |
