|
@@ -5650,7 +5650,7 @@ static struct notifier_block __cpuinitdata migration_notifier = {
|
|
|
.priority = 10
|
|
|
};
|
|
|
|
|
|
-int __init migration_init(void)
|
|
|
+void __init migration_init(void)
|
|
|
{
|
|
|
void *cpu = (void *)(long)smp_processor_id();
|
|
|
int err;
|
|
@@ -5660,8 +5660,6 @@ int __init migration_init(void)
|
|
|
BUG_ON(err == NOTIFY_BAD);
|
|
|
migration_call(&migration_notifier, CPU_ONLINE, cpu);
|
|
|
register_cpu_notifier(&migration_notifier);
|
|
|
-
|
|
|
- return 0;
|
|
|
}
|
|
|
#endif
|
|
|
|