patch-2.1.66 linux/init/main.c

Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/zftape.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.65/linux/init/main.c linux/init/main.c
@@ -242,6 +242,9 @@
 #ifdef CONFIG_HFMODEM
 extern void hfmodem_setup(char *str, int *ints);
 #endif
+#ifdef CONFIG_FTAPE
+extern void ftape_setup(char *str, int *ints);
+#endif
 
 #if defined(CONFIG_SYSVIPC) || defined(CONFIG_KERNELD)
 extern void ipc_init(void);
@@ -559,6 +562,9 @@
 #ifdef CONFIG_PMAC_CONSOLE
 	{ "console=", pmac_cons_setup },
 	{ "vmode=", pmac_vmode_setup },
+#endif
+#ifdef CONFIG_FTAPE
+	{ "ftape=", ftape_setup},
 #endif
 	{ 0, 0 }
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov