x86/mm: Correct fixmap header usage on adaptable MODULES_END
authorThomas Garnier <thgarnie@google.com>
Fri, 17 Mar 2017 17:50:34 +0000 (10:50 -0700)
committerIngo Molnar <mingo@kernel.org>
Sat, 18 Mar 2017 08:48:00 +0000 (09:48 +0100)
commitf991376e444aee8f5643a45703c1433bf7948940
treecc5c53571b98533d26cfe24f21b62e85f9e84197
parent74c8ce958dbf0b64f198becb5d8aa93afb967438
x86/mm: Correct fixmap header usage on adaptable MODULES_END

This patch removes fixmap header usage on non-x86 code that was
introduced by the adaptable MODULE_END change.

Signed-off-by: Thomas Garnier <thgarnie@google.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/20170317175034.4701-1-thgarnie@google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/pgtable_64.h
arch/x86/kernel/module.c
arch/x86/mm/dump_pagetables.c
arch/x86/mm/kasan_init_64.c
mm/vmalloc.c