diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-25 22:10:46 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:30 +0200 |
commit | dd46e3ca73d136aa7f9f1813e4cbb6934c3611cc (patch) | |
tree | 455dd49e9e22b1cf06f328978dc3de7faf5c5455 /arch/x86/kernel/apic_64.c | |
parent | x86: entry_32.S - use flags from processor-flags.h (diff) | |
download | linux-dd46e3ca73d136aa7f9f1813e4cbb6934c3611cc.tar.xz linux-dd46e3ca73d136aa7f9f1813e4cbb6934c3611cc.zip |
x86: move apic declarations to mach_apic.h
take them out of the x86_64-specific 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, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c index 206278f1c6f4..7dd6250aaf6c 100644 --- a/arch/x86/kernel/apic_64.c +++ b/arch/x86/kernel/apic_64.c @@ -34,7 +34,6 @@ #include <asm/mpspec.h> #include <asm/hpet.h> #include <asm/pgalloc.h> -#include <asm/mach_apic.h> #include <asm/nmi.h> #include <asm/idle.h> #include <asm/proto.h> @@ -42,6 +41,7 @@ #include <asm/apic.h> #include <mach_ipi.h> +#include <mach_apic.h> int disable_apic_timer __cpuinitdata; static int apic_calibrate_pmtmr __initdata; |