x86: make native_machine_shutdown non-static
[deliverable/linux.git] / arch / x86 / kernel / reboot.c
index 0f1d5678d6e8d3eb5ee48d5b5f4765784a0a55f1..a4a838306b2cc69f2856f1b8244b6045c86165c9 100644 (file)
@@ -399,7 +399,7 @@ static void native_machine_emergency_restart(void)
        }
 }
 
-static void native_machine_shutdown(void)
+void native_machine_shutdown(void)
 {
        /* Stop the cpus and apics */
 #ifdef CONFIG_SMP
This page took 0.028548 seconds and 5 git commands to generate.