|
@@ -338,7 +338,7 @@ int __cpuinit cpu_up(unsigned int cpu)
|
|
if (!cpu_possible(cpu)) {
|
|
if (!cpu_possible(cpu)) {
|
|
printk(KERN_ERR "can't online cpu %d because it is not "
|
|
printk(KERN_ERR "can't online cpu %d because it is not "
|
|
"configured as may-hotadd at boot time\n", cpu);
|
|
"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 "
|
|
printk(KERN_ERR "please check additional_cpus= boot "
|
|
"parameter\n");
|
|
"parameter\n");
|
|
#endif
|
|
#endif
|