diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:36:56 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 23:20:36 +0100 |
commit | 1f75ed0c1311a50ed393bcac258de65680d360e5 (patch) | |
tree | a01ba549ce874af2167543aa91769bfedd508220 /arch/x86/kernel/mpparse.c | |
parent | b2af018ff26f1a2a026f548f7f0e552589905689 (diff) | |
download | blackbird-obmc-linux-1f75ed0c1311a50ed393bcac258de65680d360e5.tar.gz blackbird-obmc-linux-1f75ed0c1311a50ed393bcac258de65680d360e5.zip |
x86: remove mach_apicdef.h
Move its definitions into apic.h.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r-- | arch/x86/kernel/mpparse.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index c6930162b3be..a1452a53d14f 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -30,9 +30,6 @@ #include <asm/smp.h> #include <mach_apic.h> -#ifdef CONFIG_X86_32 -#include <mach_apicdef.h> -#endif /* * Checksum an MP configuration block. |