diff options
Diffstat (limited to 'arch/mn10300/include/asm/page.h')
| -rw-r--r-- | arch/mn10300/include/asm/page.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mn10300/include/asm/page.h b/arch/mn10300/include/asm/page.h index 3810a6f740fd..dfe730a5ede0 100644 --- a/arch/mn10300/include/asm/page.h +++ b/arch/mn10300/include/asm/page.h | |||
| @@ -57,6 +57,7 @@ typedef struct page *pgtable_t; | |||
| 57 | #define __pgd(x) ((pgd_t) { (x) }) | 57 | #define __pgd(x) ((pgd_t) { (x) }) |
| 58 | #define __pgprot(x) ((pgprot_t) { (x) }) | 58 | #define __pgprot(x) ((pgprot_t) { (x) }) |
| 59 | 59 | ||
| 60 | #define __ARCH_USE_5LEVEL_HACK | ||
| 60 | #include <asm-generic/pgtable-nopmd.h> | 61 | #include <asm-generic/pgtable-nopmd.h> |
| 61 | 62 | ||
| 62 | #endif /* !__ASSEMBLY__ */ | 63 | #endif /* !__ASSEMBLY__ */ |
