diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-28 11:29:27 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-28 17:20:35 -0500 |
commit | fb5b33c9f62ca9222c11841d61ddb7dc1a6552e9 (patch) | |
tree | 96a8d08e95a5605d7efd546b67a8bb442ddcd444 /arch/x86/kernel/mpparse.c | |
parent | 0939e4fd351c58d08d25650797749f18904461af (diff) |
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/mpparse.c')
-rw-r--r-- | arch/x86/kernel/mpparse.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
32 | #include <mach_apic.h> | 32 | #include <mach_apic.h> |
33 | #ifdef CONFIG_X86_32 | 33 | #ifdef CONFIG_X86_32 |
34 | #include <mach_apicdef.h> | 34 | #include <mach_apicdef.h> |
35 | #include <mach_mpparse.h> | ||
36 | #endif | 35 | #endif |
37 | 36 | ||
38 | /* | 37 | /* |