]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: fix mpparse.c build error on latest git
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Sun, 11 Jan 2009 13:08:55 +0000 (18:38 +0530)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 Jan 2009 18:24:22 +0000 (19:24 +0100)
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>
arch/x86/kernel/mpparse.c

index c0601c2848a159758b472d3dd83d42baed02339a..a649a4ccad43213ae1bb20cd62b48f65791a6ae7 100644 (file)
@@ -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