From: Jaswinder Singh Rajput Date: Sun, 11 Jan 2009 13:08:55 +0000 (+0530) Subject: x86: fix mpparse.c build error on latest git X-Git-Tag: v2.6.29-rc2~111^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4884d8e6a05026ec906355436cea9dc1acb1d09e;p=~emulex%2Finfiniband.git 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 Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index c0601c2848a..a649a4ccad4 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #ifdef CONFIG_X86_32