summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/tlb.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-28 19:14:52 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-29 14:16:49 +0100
commitd53e2f2855f1c7c2725d550c1ae6b26f4d671c50 (patch)
treef749e169c6b8099428cb3aa3f0aa1412ce6e1a17 /arch/x86/mm/tlb.c
parent9f4187f0a3b93fc215b4472063b6c0b44364e60c (diff)
downloadlinux-stable-d53e2f2855f1c7c2725d550c1ae6b26f4d671c50.tar.gz
linux-stable-d53e2f2855f1c7c2725d550c1ae6b26f4d671c50.tar.bz2
linux-stable-d53e2f2855f1c7c2725d550c1ae6b26f4d671c50.zip
x86, smp: remove mach_ipi.h
Move mach_ipi.h definitions into genapic.h. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm/tlb.c')
-rw-r--r--arch/x86/mm/tlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/tlb.c b/arch/x86/mm/tlb.c
index 6348e1146925..14c5af4d11e6 100644
--- a/arch/x86/mm/tlb.c
+++ b/arch/x86/mm/tlb.c
@@ -14,7 +14,7 @@
DEFINE_PER_CPU_SHARED_ALIGNED(struct tlb_state, cpu_tlbstate)
= { &init_mm, 0, };
-#include <mach_ipi.h>
+#include <asm/genapic.h>
/*
* Smarter SMP flushing macros.
* c/o Linus Torvalds.