]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/stop_machine.c
sched: replace migration_thread with cpu_stop
[net-next-2.6.git] / kernel / stop_machine.c
index 884c7a1afeed38f8dfdddc65fe04c0bca551c8bf..5b20141a5ec1c9b5cb0ef5b53703b4399f51ba73 100644 (file)
@@ -301,7 +301,7 @@ static int __cpuinit cpu_stop_cpu_callback(struct notifier_block *nfb,
        case CPU_UP_PREPARE:
                BUG_ON(stopper->thread || stopper->enabled ||
                       !list_empty(&stopper->works));
-               p = kthread_create(cpu_stopper_thread, stopper, "stopper/%d",
+               p = kthread_create(cpu_stopper_thread, stopper, "migration/%d",
                                   cpu);
                if (IS_ERR(p))
                        return NOTIFY_BAD;