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: upstream/snapshot3+hdmi~20180^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4884d8e6a05026ec906355436cea9dc1acb1d09e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 c0601c2..a649a4c 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