diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-25 13:28:56 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:30 +0200 |
commit | 5af5573ee06c361378e22a9dd71dae0320e841f7 (patch) | |
tree | af9b79f408455b66c61b6a0ed6ccffa60811534a /arch/x86/kernel/apic_64.c | |
parent | 8346ea17aa20e9864b0f7dc03d55f3cd5620b8c1 (diff) | |
download | blackbird-obmc-linux-5af5573ee06c361378e22a9dd71dae0320e841f7.tar.gz blackbird-obmc-linux-5af5573ee06c361378e22a9dd71dae0320e841f7.zip |
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/apic_64.c')
-rw-r--r-- | arch/x86/kernel/apic_64.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c index 5362cfd30ecd..206278f1c6f4 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c @@ -41,6 +41,8 @@ #include <asm/timex.h> #include <asm/apic.h> +#include <mach_ipi.h> + int disable_apic_timer __cpuinitdata; static int apic_calibrate_pmtmr __initdata; int disable_apic; |