Updated to 2.6.32.27
/arch/x86/kernel/reboot.c
blob:269c2a3cb43da0e0e41d2a578a6974ddcc7dc706 -> blob:200fcde41aa24de89cd5a90021b7b7eb3b18866a
--- arch/x86/kernel/reboot.c
+++ arch/x86/kernel/reboot.c
@@ -633,7 +633,7 @@ void native_machine_shutdown(void)
/* O.K Now that I'm on the appropriate processor,
* stop all of the others.
*/
- smp_send_stop();
+ stop_other_cpus();
#endif
lapic_shutdown();