diff options
Diffstat (limited to 'arch/ia64/include/asm/pgtable.h')
-rw-r--r-- | arch/ia64/include/asm/pgtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/pgtable.h b/arch/ia64/include/asm/pgtable.h index 384794e665fc..6cc22c8d8923 100644 --- a/arch/ia64/include/asm/pgtable.h +++ b/arch/ia64/include/asm/pgtable.h | |||
@@ -587,8 +587,10 @@ extern struct page *zero_page_memmap_ptr; | |||
587 | 587 | ||
588 | 588 | ||
589 | #if CONFIG_PGTABLE_LEVELS == 3 | 589 | #if CONFIG_PGTABLE_LEVELS == 3 |
590 | #define __ARCH_USE_5LEVEL_HACK | ||
590 | #include <asm-generic/pgtable-nopud.h> | 591 | #include <asm-generic/pgtable-nopud.h> |
591 | #endif | 592 | #endif |
593 | #include <asm-generic/5level-fixup.h> | ||
592 | #include <asm-generic/pgtable.h> | 594 | #include <asm-generic/pgtable.h> |
593 | 595 | ||
594 | #endif /* _ASM_IA64_PGTABLE_H */ | 596 | #endif /* _ASM_IA64_PGTABLE_H */ |