|
@@ -767,17 +767,6 @@ void __cpu_die(unsigned int cpu)
|
|
}
|
|
}
|
|
printk(KERN_ERR "CPU %u didn't die...\n", cpu);
|
|
printk(KERN_ERR "CPU %u didn't die...\n", cpu);
|
|
}
|
|
}
|
|
-#else /* !CONFIG_HOTPLUG_CPU */
|
|
|
|
-int __cpu_disable(void)
|
|
|
|
-{
|
|
|
|
- return -ENOSYS;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-void __cpu_die(unsigned int cpu)
|
|
|
|
-{
|
|
|
|
- /* We said "no" in __cpu_disable */
|
|
|
|
- BUG();
|
|
|
|
-}
|
|
|
|
#endif /* CONFIG_HOTPLUG_CPU */
|
|
#endif /* CONFIG_HOTPLUG_CPU */
|
|
|
|
|
|
void
|
|
void
|