patch-2.0.36 linux/kernel/sys.c
Next file: linux/mm/mmap.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Nov 15 10:33:20 1998
- Orig file:
v2.0.35/linux/kernel/sys.c
- Orig date:
Mon Jul 13 13:46:42 1998
diff -u --recursive --new-file v2.0.35/linux/kernel/sys.c linux/kernel/sys.c
@@ -197,10 +197,13 @@
else if (!flag)
C_A_D = 0;
else if (flag == 0xCDEF0123) {
+#ifdef CONFIG_SCSI_GDTH
+ gdth_halt();
+#endif
printk(KERN_EMERG "System halted\n");
sys_kill(-1, SIGKILL);
#if defined(CONFIG_APM) && defined(CONFIG_APM_POWER_OFF)
- apm_set_power_state(APM_STATE_OFF);
+ apm_power_off();
#endif
do_exit(0);
} else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov