projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f313e12
)
x86: fix mpparse.c build error on latest git
author
Jaswinder Singh Rajput
<jaswinder@infradead.org>
Sun, 11 Jan 2009 13:08:55 +0000
(18:38 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 12 Jan 2009 18:24:22 +0000
(19:24 +0100)
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>
arch/x86/kernel/mpparse.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/mpparse.c
b/arch/x86/kernel/mpparse.c
index c0601c2848a159758b472d3dd83d42baed02339a..a649a4ccad43213ae1bb20cd62b48f65791a6ae7 100644
(file)
--- 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