aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tlb_64.c
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-25 12:28:56 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:30 -0400
commit5af5573ee06c361378e22a9dd71dae0320e841f7 (patch)
treeaf9b79f408455b66c61b6a0ed6ccffa60811534a /arch/x86/kernel/tlb_64.c
parent8346ea17aa20e9864b0f7dc03d55f3cd5620b8c1 (diff)
x86: move ipi definitions to mach_ipi.h
take them out of the x86_64-only asm/mach_apic.h Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/tlb_64.c')
-rw-r--r--arch/x86/kernel/tlb_64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/tlb_64.c b/arch/x86/kernel/tlb_64.c
index 615d84817758..1558e513757e 100644
--- a/arch/x86/kernel/tlb_64.c
+++ b/arch/x86/kernel/tlb_64.c
@@ -11,11 +11,12 @@
11#include <asm/mtrr.h> 11#include <asm/mtrr.h>
12#include <asm/pgalloc.h> 12#include <asm/pgalloc.h>
13#include <asm/tlbflush.h> 13#include <asm/tlbflush.h>
14#include <asm/mach_apic.h>
15#include <asm/mmu_context.h> 14#include <asm/mmu_context.h>
16#include <asm/proto.h> 15#include <asm/proto.h>
17#include <asm/apicdef.h> 16#include <asm/apicdef.h>
18#include <asm/idle.h> 17#include <asm/idle.h>
18
19#include <mach_ipi.h>
19/* 20/*
20 * Smarter SMP flushing macros. 21 * Smarter SMP flushing macros.
21 * c/o Linus Torvalds. 22 * c/o Linus Torvalds.