kernel/stop_machine.c: remove CONFIG_SMP dependencies
[deliverable/linux.git] / kernel / stop_machine.c
index edb6de4f5908cefc7e9a792adfea5998c4ae9a87..a467e6c28a3b2d4be1ecfa5c14d3a35d1ef304f8 100644 (file)
@@ -529,8 +529,6 @@ static int __init cpu_stop_init(void)
 }
 early_initcall(cpu_stop_init);
 
-#if defined(CONFIG_SMP) || defined(CONFIG_HOTPLUG_CPU)
-
 static int __stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus)
 {
        struct multi_stop_data msdata = {
@@ -628,5 +626,3 @@ int stop_machine_from_inactive_cpu(cpu_stop_fn_t fn, void *data,
        mutex_unlock(&stop_cpus_mutex);
        return ret ?: done.ret;
 }
-
-#endif /* CONFIG_SMP || CONFIG_HOTPLUG_CPU */
This page took 0.025119 seconds and 5 git commands to generate.