]> Git Repo - linux.git/commitdiff
x86: fix mpparse.c build error on latest git
authorJaswinder Singh Rajput <[email protected]>
Sun, 11 Jan 2009 13:08:55 +0000 (18:38 +0530)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
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
This page took 0.057343 seconds and 4 git commands to generate.