patch-2.4.0-test4 linux/init/main.c
Next file: linux/kernel/ksyms.c
Previous file: linux/include/video/fbcon.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Jul 11 11:17:46 2000
- Orig file:
v2.4.0-test3/linux/init/main.c
- Orig date:
Mon Jul 10 16:47:27 2000
diff -u --recursive --new-file v2.4.0-test3/linux/init/main.c linux/init/main.c
@@ -101,6 +101,10 @@
extern void free_initmem(void);
extern void filesystem_setup(void);
+#ifdef CONFIG_TC
+extern void tc_init(void);
+#endif
+
extern void ecard_init(void);
#if defined(CONFIG_SYSVIPC)
@@ -689,6 +693,9 @@
#ifdef CONFIG_USB
usb_init(); /* Do this before doing initcalls, so that we can make
usbcore initialize here, and all drivers initialize later */
+#endif
+#ifdef CONFIG_TC
+ tc_init();
#endif
/* Networking initialization needs a process context */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)