aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorGravatar Arnd Bergmann <arnd@arndb.de> 2017-03-14 13:12:53 +0100
committerGravatar Thomas Gleixner <tglx@linutronix.de> 2017-03-14 20:30:30 +0100
commitd434936e4cbb10181463622962f30b989d3e9e19 (patch)
tree9dc115cd8d8238141a578b21c8da6639b46cb4dc /arch/m68k
parentx86/kasan: Fix boot with KASAN=y and PROFILE_ANNOTATED_BRANCHES=y (diff)
downloadlinux-d434936e4cbb10181463622962f30b989d3e9e19.tar.gz
linux-d434936e4cbb10181463622962f30b989d3e9e19.tar.bz2
linux-d434936e4cbb10181463622962f30b989d3e9e19.zip
mm, x86: Fix native_pud_clear build error
We still get a build error in random configurations, after this has been modified a few times: In file included from include/linux/mm.h:68:0, from include/linux/suspend.h:8, from arch/x86/kernel/asm-offsets.c:12: arch/x86/include/asm/pgtable.h:66:26: error: redefinition of 'native_pud_clear' #define pud_clear(pud) native_pud_clear(pud) My interpretation is that the build error comes from a typo in __PAGETABLE_PUD_FOLDED, so fix that typo now, and remove the incorrect #ifdef around the native_pud_clear definition. Fixes: 3e761a42e19c ("mm, x86: fix HIGHMEM64 && PARAVIRT build config for native_pud_clear()") Fixes: a00cc7d9dd93 ("mm, x86: add support for PUD-sized transparent hugepages") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Dave Jiang <dave.jiang@intel.com> Cc: Kees Cook <keescook@chromium.org> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Hugh Dickins <hughd@google.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Borislav Petkov <bp@suse.de> Cc: Thomas Garnier <thgarnie@google.com> Link: http://lkml.kernel.org/r/20170314121330.182155-1-arnd@arndb.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/m68k')
0 files changed, 0 insertions, 0 deletions