X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Freboot.c;h=662c83fc16b77ed79b9474c681848858666055e0;hb=67e0c1b037f8739a023c0129c1e0946defbaefb5;hp=f813b3474646c5b320a19d9a8997349bdd14d68e;hpb=42249094f79422fbf5ed4b54eeb48ff096809b8f;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/reboot.c b/kernel/reboot.c index f813b3474646..662c83fc16b7 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;