aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@infradead.org>2009-01-11 18:38:55 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-12 19:24:22 +0100
commit4884d8e6a05026ec906355436cea9dc1acb1d09e (patch)
tree2424a9b2e9f8faacf58a0fe265ce15c36e2e94c0 /arch/x86/kernel/mpparse.c
parentx86: avoid theoretical vmalloc fault loop (diff)
downloadlinux-dev-4884d8e6a05026ec906355436cea9dc1acb1d09e.tar.xz
linux-dev-4884d8e6a05026ec906355436cea9dc1acb1d09e.zip
x86: fix mpparse.c build error on latest git
Fix this by reintroducing asm/smp.h include in mpparse.c - later on I will fix this by removing non-smp data from smp.h. Reported-by: Petr Titera <P.Titera@century.cz> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r--arch/x86/kernel/mpparse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
index c0601c2848a1..a649a4ccad43 100644
--- a/arch/x86/kernel/mpparse.c
+++ b/arch/x86/kernel/mpparse.c
@@ -27,6 +27,7 @@
#include <asm/e820.h>
#include <asm/trampoline.h>
#include <asm/setup.h>
+#include <asm/smp.h>
#include <mach_apic.h>
#ifdef CONFIG_X86_32