patch-2.3.30 linux/arch/i386/kernel/process.c
Next file: linux/arch/i386/kernel/semaphore.c
Previous file: linux/arch/i386/kernel/pci-visws.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sat Nov 27 15:27:48 1999
- Orig file:
v2.3.29/linux/arch/i386/kernel/process.c
- Orig date:
Thu Nov 11 20:11:31 1999
diff -u --recursive --new-file v2.3.29/linux/arch/i386/kernel/process.c linux/arch/i386/kernel/process.c
@@ -204,9 +204,11 @@
{
#if __SMP__
/*
- * turn off the IO-APIC, so we can do a clean reboot
+ * Stop all CPUs and turn off local APICs and the IO-APIC, so
+ * other OSs see a clean IRQ state.
*/
- init_pic_mode();
+ smp_send_stop();
+ disable_IO_APIC();
#endif
if(!reboot_thru_bios) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)