summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorHarald Koerfgen <hkoerfg@web.de>1999-05-01 12:23:43 +0000
committerHarald Koerfgen <hkoerfg@web.de>1999-05-01 12:23:43 +0000
commitc19daa94ab746a6c9083c7ffb5cdffc3f41e339b (patch)
tree20af8aa7a8b2ec5f603b9058c5a53f3246e71764 /init
parent94f05bab9bf52258637e467fd89ae4f168736f4a (diff)
Various changes to Makefiles and Config.in files to be able to make use of the new DECstation and Baget stuff :-)
Diffstat (limited to 'init')
-rw-r--r--init/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 640826507..2e502b1e0 100644
--- a/init/main.c
+++ b/init/main.c
@@ -84,6 +84,10 @@ extern void binfmt_setup(void);
extern void free_initmem(void);
extern void filesystem_setup(void);
+#ifdef CONFIG_TC
+extern void tc_init(void);
+#endif
+
#ifdef CONFIG_ARCH_ACORN
extern void ecard_init(void);
#endif
@@ -1282,6 +1286,9 @@ static void __init do_basic_setup(void)
#ifdef CONFIG_DIO
dio_init();
#endif
+#ifdef CONFIG_TC
+ tc_init();
+#endif
/* Networking initialization needs a process context */
sock_init();