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:
9c8f05c
)
kernel/cpu.c: delete deprecated definition in cpu_up()
author
Chen Gong
<
[email protected]
>
Fri, 5 Mar 2010 21:42:38 +0000
(13:42 -0800)
committer
Linus Torvalds
<
[email protected]
>
Sat, 6 Mar 2010 19:26:28 +0000
(11:26 -0800)
Additional_cpus is only supported for IA64 now. X86_64 should not be
included.
Signed-off-by: Chen Gong <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: Rusty Russell <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/cpu.c
patch
|
blob
|
history
diff --git
a/kernel/cpu.c
b/kernel/cpu.c
index 677f25376a381ed909d431267ab891524313fe2a..f8cced2692b3799e26710ccbde3bc8f0f8b654e9 100644
(file)
--- a/
kernel/cpu.c
+++ b/
kernel/cpu.c
@@
-338,7
+338,7
@@
int __cpuinit cpu_up(unsigned int cpu)
if (!cpu_possible(cpu)) {
printk(KERN_ERR "can't online cpu %d because it is not "
"configured as may-hotadd at boot time\n", cpu);
-#if defined(CONFIG_IA64)
|| defined(CONFIG_X86_64)
+#if defined(CONFIG_IA64)
printk(KERN_ERR "please check additional_cpus= boot "
"parameter\n");
#endif