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-Url: https://git.stricted.de/?a=commitdiff_plain;h=4884d8e6a05026ec906355436cea9dc1acb1d09e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 c0601c2848a1..a649a4ccad43 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