patch-2.4.25 linux-2.4.25/drivers/char/tty_io.c

Next file: linux-2.4.25/drivers/char/vac-serial.c
Previous file: linux-2.4.25/drivers/char/tipar.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/drivers/char/tty_io.c linux-2.4.25/drivers/char/tty_io.c
@@ -164,6 +164,7 @@
 extern void txx9_serial_console_init(void);
 extern void sb1250_serial_console_init(void);
 extern void arc_console_init(void);
+extern int hvc_console_init(void);
 
 #ifndef MIN
 #define MIN(a,b)	((a) < (b) ? (a) : (b))
@@ -2238,6 +2239,9 @@
 #ifdef CONFIG_EARLY_PRINTK
 	disable_early_printk(); 
 #endif
+#ifdef CONFIG_HVC_CONSOLE
+	hvc_console_init();
+#endif
 #ifdef CONFIG_VT
 	con_init();
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)