diff options
author | Rob Herring <robh@kernel.org> | 2018-12-13 18:20:36 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-12-13 18:20:36 +0100 |
commit | acc2038738bd6f881e7a277ba14fa7c589fd3058 (patch) | |
tree | fd56524867a9b726b3e5d2cb040ff16b2f2a67a0 /arch/nds32 | |
parent | dt-bindings: arm: mrvl: amend Browstone compatible string (diff) | |
parent | dt-bindings: Convert trivial-devices.txt to json-schema (diff) | |
download | linux-acc2038738bd6f881e7a277ba14fa7c589fd3058.tar.xz linux-acc2038738bd6f881e7a277ba14fa7c589fd3058.zip |
Merge branch 'yaml-bindings-for-v4.21' into dt/next
Diffstat (limited to 'arch/nds32')
-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 @@ #ifndef _ASMNDS32_PGTABLE_H #define _ASMNDS32_PGTABLE_H -#define __PAGETABLE_PMD_FOLDED +#define __PAGETABLE_PMD_FOLDED 1 #include <asm-generic/4level-fixup.h> #include <asm-generic/sizes.h> |