diff options
Diffstat (limited to 'arch/tile/include/asm/pgtable_32.h')
-rw-r--r-- | arch/tile/include/asm/pgtable_32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/include/asm/pgtable_32.h b/arch/tile/include/asm/pgtable_32.h index d26a42279036..5f8c615cb5e9 100644 --- a/arch/tile/include/asm/pgtable_32.h +++ b/arch/tile/include/asm/pgtable_32.h | |||
@@ -74,6 +74,7 @@ extern unsigned long VMALLOC_RESERVE /* = CONFIG_VMALLOC_RESERVE */; | |||
74 | #define MAXMEM (_VMALLOC_START - PAGE_OFFSET) | 74 | #define MAXMEM (_VMALLOC_START - PAGE_OFFSET) |
75 | 75 | ||
76 | /* We have no pmd or pud since we are strictly a two-level page table */ | 76 | /* We have no pmd or pud since we are strictly a two-level page table */ |
77 | #define __ARCH_USE_5LEVEL_HACK | ||
77 | #include <asm-generic/pgtable-nopmd.h> | 78 | #include <asm-generic/pgtable-nopmd.h> |
78 | 79 | ||
79 | static inline int pud_huge_page(pud_t pud) { return 0; } | 80 | static inline int pud_huge_page(pud_t pud) { return 0; } |