Browse Source

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 <P.Titera@century.cz>
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Jaswinder Singh Rajput 16 năm trước cách đây
mục cha
commit
4884d8e6a0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/x86/kernel/mpparse.c

+ 1 - 0
arch/x86/kernel/mpparse.c

@@ -27,6 +27,7 @@
 #include <asm/e820.h>
 #include <asm/e820.h>
 #include <asm/trampoline.h>
 #include <asm/trampoline.h>
 #include <asm/setup.h>
 #include <asm/setup.h>
+#include <asm/smp.h>
 
 
 #include <mach_apic.h>
 #include <mach_apic.h>
 #ifdef CONFIG_X86_32
 #ifdef CONFIG_X86_32