diff options
Diffstat (limited to 'arch/nds32/include/asm/pgtable.h')
-rw-r--r-- | arch/nds32/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/include/asm/pgtable.h b/arch/nds32/include/asm/pgtable.h index d3e19a55cf53..9f52db930c00 100644 --- a/arch/nds32/include/asm/pgtable.h +++ b/arch/nds32/include/asm/pgtable.h | |||
@@ -4,7 +4,7 @@ | |||
4 | #ifndef _ASMNDS32_PGTABLE_H | 4 | #ifndef _ASMNDS32_PGTABLE_H |
5 | #define _ASMNDS32_PGTABLE_H | 5 | #define _ASMNDS32_PGTABLE_H |
6 | 6 | ||
7 | #define __PAGETABLE_PMD_FOLDED | 7 | #define __PAGETABLE_PMD_FOLDED 1 |
8 | #include <asm-generic/4level-fixup.h> | 8 | #include <asm-generic/4level-fixup.h> |
9 | #include <asm-generic/sizes.h> | 9 | #include <asm-generic/sizes.h> |
10 | 10 | ||