[PATCH] x86: fix mpparse.c build error on latest git

Jaswinder Singh Rajput jaswinder at infradead.org
Sun Jan 11 05:08:55 PST 2009


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 at century.cz>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
Signed-off-by: Ingo Molnar <mingo at elte.hu>
---
 arch/x86/kernel/mpparse.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
index c0601c2..a649a4c 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


More information about the linux-pm mailing list