Hi,
any one suggestions for this patch - Ok to commit ?
---------------------------------------------------------------
diff -u -r1.32 setup.c
--- arch/mips/sgi/kernel/setup.c 2000/04/06 20:26:58 1.32
+++ arch/mips/sgi/kernel/setup.c 2000/05/18 15:17:29
@@ -229,5 +213,5 @@
#ifdef CONFIG_VIDEO_VINO
init_vino();
#endif
+
}
-__initcall(rs_init);
diff -u -r1.34 tty_io.c
--- drivers/char/tty_io.c 2000/05/12 21:06:16 1.34
+++ drivers/char/tty_io.c 2000/05/18 15:17:34
@@ -2196,7 +2196,7 @@
#ifdef CONFIG_SERIAL_CONSOLE
#ifdef CONFIG_8xx
console_8xx_init();
-#elif defined(CONFIG_SERIAL)
+#elif defined(CONFIG_SERIAL) || defined(CONFIG_SGI_SERIAL)
serial_console_init();
#endif /* CONFIG_8xx */
#if defined(CONFIG_MVME162_SCC) || defined(CONFIG_BVME6000_SCC) ||
defined(CONFIG_MVME147_SCC)
diff -u -r1.23 sgiserial.c
--- drivers/sgi/char/sgiserial.c 2000/01/27 01:05:35 1.23
+++ drivers/sgi/char/sgiserial.c 2000/05/18 15:17:47
@@ -2251,3 +2251,4 @@
{
register_console(&sgi_console_driver);
}
+__initcall(rs_init);
---------------------------------------------------------------
Flo
--
Florian Lohoff flo@rfc822.org +49-subject-2-change
"Technology is a constant battle between manufacturers producing bigger and
more idiot-proof systems and nature producing bigger and better idiots."
|