diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:29:27 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 23:20:35 +0100 |
commit | fb5b33c9f62ca9222c11841d61ddb7dc1a6552e9 (patch) | |
tree | 96a8d08e95a5605d7efd546b67a8bb442ddcd444 /arch/x86/kernel | |
parent | x86, smp: eliminate asm/mach-default/mach_wakecpu.h (diff) | |
download | linux-fb5b33c9f62ca9222c11841d61ddb7dc1a6552e9.tar.xz linux-fb5b33c9f62ca9222c11841d61ddb7dc1a6552e9.zip |
x86: eliminate asm/mach-*/mach_mpparse.h
Move the definition to mpparse.h.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/acpi/boot.c | 1 | ||||
-rw-r--r-- | arch/x86/kernel/es7000_32.c | 1 | ||||
-rw-r--r-- | arch/x86/kernel/mpparse.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 539163161a4c..7b02a1cedca0 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c @@ -63,7 +63,6 @@ EXPORT_SYMBOL(acpi_disabled); #ifdef CONFIG_X86_LOCAL_APIC #include <mach_apic.h> -#include <mach_mpparse.h> #endif /* CONFIG_X86_LOCAL_APIC */ #endif /* X86 */ diff --git a/arch/x86/kernel/es7000_32.c b/arch/x86/kernel/es7000_32.c index d7f433ee602d..8faea13c8fac 100644 --- a/arch/x86/kernel/es7000_32.c +++ b/arch/x86/kernel/es7000_32.c @@ -40,7 +40,6 @@ #include <asm/smp.h> #include <asm/atomic.h> #include <asm/apicdef.h> -#include <mach_mpparse.h> #include <asm/genapic.h> #include <asm/setup.h> diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index b12fa5ce6f58..c6930162b3be 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -32,7 +32,6 @@ #include <mach_apic.h> #ifdef CONFIG_X86_32 #include <mach_apicdef.h> -#include <mach_mpparse.h> #endif /* |