diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/asm/pgtable-2level.h | 1 | ||||
-rw-r--r-- | arch/um/include/asm/pgtable-3level.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/include/asm/pgtable-2level.h b/arch/um/include/asm/pgtable-2level.h index cfbe59752469..179c0ea87a0c 100644 --- a/arch/um/include/asm/pgtable-2level.h +++ b/arch/um/include/asm/pgtable-2level.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #ifndef __UM_PGTABLE_2LEVEL_H | 8 | #ifndef __UM_PGTABLE_2LEVEL_H |
9 | #define __UM_PGTABLE_2LEVEL_H | 9 | #define __UM_PGTABLE_2LEVEL_H |
10 | 10 | ||
11 | #define __ARCH_USE_5LEVEL_HACK | ||
11 | #include <asm-generic/pgtable-nopmd.h> | 12 | #include <asm-generic/pgtable-nopmd.h> |
12 | 13 | ||
13 | /* PGDIR_SHIFT determines what a third-level page table entry can map */ | 14 | /* PGDIR_SHIFT determines what a third-level page table entry can map */ |
diff --git a/arch/um/include/asm/pgtable-3level.h b/arch/um/include/asm/pgtable-3level.h index bae8523a162f..c4d876dfb9ac 100644 --- a/arch/um/include/asm/pgtable-3level.h +++ b/arch/um/include/asm/pgtable-3level.h | |||
@@ -7,6 +7,7 @@ | |||
7 | #ifndef __UM_PGTABLE_3LEVEL_H | 7 | #ifndef __UM_PGTABLE_3LEVEL_H |
8 | #define __UM_PGTABLE_3LEVEL_H | 8 | #define __UM_PGTABLE_3LEVEL_H |
9 | 9 | ||
10 | #define __ARCH_USE_5LEVEL_HACK | ||
10 | #include <asm-generic/pgtable-nopud.h> | 11 | #include <asm-generic/pgtable-nopud.h> |
11 | 12 | ||
12 | /* PGDIR_SHIFT determines what a third-level page table entry can map */ | 13 | /* PGDIR_SHIFT determines what a third-level page table entry can map */ |