stop_machine: Unexport __stop_machine()
[deliverable/linux.git] / kernel / cpu.c
index 9c9c9fab16cc3610afa76a6c467780482b35b0be..664ce5299334fe25e93dad7688670104bf01ebcf 100644 (file)
@@ -395,7 +395,7 @@ static int __ref _cpu_down(unsigned int cpu, int tasks_frozen)
         * So now all preempt/rcu users must observe !cpu_active().
         */
 
-       err = __stop_machine(take_cpu_down, &tcd_param, cpumask_of(cpu));
+       err = stop_machine(take_cpu_down, &tcd_param, cpumask_of(cpu));
        if (err) {
                /* CPU didn't die: tell everyone.  Can't complain. */
                cpu_notify_nofail(CPU_DOWN_FAILED | mod, hcpu);
This page took 0.093781 seconds and 5 git commands to generate.