Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f991376e authored by Thomas Garnier's avatar Thomas Garnier Committed by Ingo Molnar
Browse files

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: default avatarThomas 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: default avatarIngo Molnar <mingo@kernel.org>
parent 74c8ce95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
#include <asm/processor.h>
#include <linux/bitops.h>
#include <linux/threads.h>
#include <asm/fixmap.h>

extern pud_t level3_kernel_pgt[512];
extern pud_t level3_ident_pgt[512];
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/setup.h>
#include <asm/fixmap.h>

#if 0
#define DEBUGP(fmt, ...)				\
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@

#include <asm/kasan.h>
#include <asm/pgtable.h>
#include <asm/fixmap.h>

/*
 * The dumper groups pagetable entries of the same type into one, and for
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@

#include <asm/tlbflush.h>
#include <asm/sections.h>
#include <asm/fixmap.h>

extern pgd_t early_level4_pgt[PTRS_PER_PGD];
extern struct range pfn_mapped[E820_X_MAX];
+0 −4
Original line number Diff line number Diff line
@@ -36,10 +36,6 @@
#include <asm/tlbflush.h>
#include <asm/shmparam.h>

#ifdef CONFIG_X86
# include <asm/fixmap.h>
#endif

#include "internal.h"

struct vfree_deferred {