X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Freboot.c;h=662c83fc16b77ed79b9474c681848858666055e0;hb=235f93922878234f3d99a4205ebe3634ee955919;hp=f813b3474646c5b320a19d9a8997349bdd14d68e;hpb=f13399f033ae3d49e1808bacabd83d116844c94e;p=~andy%2Flinux diff --git a/kernel/reboot.c b/kernel/reboot.c index f813b347464..662c83fc16b 100644 --- a/kernel/reboot.c +++ b/kernel/reboot.c @@ -104,7 +104,7 @@ int unregister_reboot_notifier(struct notifier_block *nb) } EXPORT_SYMBOL(unregister_reboot_notifier); -static void migrate_to_reboot_cpu(void) +void migrate_to_reboot_cpu(void) { /* The boot cpu is always logical cpu 0 */ int cpu = reboot_cpu;