patch-2.0.22 linux/init/main.c
Next file: linux/kernel/fork.c
Previous file: linux/include/linux/icmp.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Sep 22 10:07:09 1996
- Orig file:
v2.0.21/linux/init/main.c
- Orig date:
Wed Sep 11 17:57:18 1996
diff -u --recursive --new-file v2.0.21/linux/init/main.c linux/init/main.c
@@ -98,6 +98,7 @@
extern void ppa_setup(char *str, int *ints);
extern void scsi_luns_setup(char *str, int *ints);
extern void sound_setup(char *str, int *ints);
+extern void reboot_setup(char *str, int *ints);
#ifdef CONFIG_CDU31A
extern void cdu31a_setup(char *str, int *ints);
#endif CONFIG_CDU31A
@@ -268,6 +269,7 @@
#ifdef CONFIG_BUGi386
{ "no-hlt", no_halt },
{ "no387", no_387 },
+ { "reboot=", reboot_setup },
#endif
#ifdef CONFIG_INET
{ "ether=", eth_setup },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov