projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e256c
)
x86: prevent stale state of c1e_mask across CPU offline/online, fix
author
Marc Dionne
<marc.c.dionne@gmail.com>
Wed, 24 Sep 2008 02:40:02 +0000
(22:40 -0400)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 24 Sep 2008 07:30:10 +0000
(09:30 +0200)
Fix build error introduced by commit
4faac97d44ac27
("x86: prevent stale
state of c1e_mask across CPU offline/online").
process_32.c needs to include idle.h to get the prototype for
c1e_remove_cpu()
Signed-off-by: Marc Dionne <marc.c.dionne@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/process_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/process_32.c
b/arch/x86/kernel/process_32.c
index 4b3cfdf542162a544084e48ae4be35e4ec58d62b..31f40b24bf5d72f4d62c204307a1bd826c726c32 100644
(file)
--- a/
arch/x86/kernel/process_32.c
+++ b/
arch/x86/kernel/process_32.c
@@
-55,6
+55,7
@@
#include <asm/tlbflush.h>
#include <asm/cpu.h>
#include <asm/kdebug.h>
+#include <asm/idle.h>
asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");