2.109 unresolved symbol ('no_scroll' in init/main.c) when CONFIG_VGA_CONSOLE is not set

Dong Liu (dliu@arrow.njit.edu)
Sun, 19 Jul 1998 00:57:25 -0400


Here is the patch

--- init/main.c.save Sat Jul 18 22:36:44 1998
+++ init/main.c Sat Jul 18 22:37:33 1998
@@ -536,7 +536,9 @@
{ "panic=", panic_setup },
{ "console=", console_setup },
#ifdef CONFIG_VT
+#ifdef CONFIG_VGA_CONSOLE
{ "no-scroll", no_scroll },
+#endif
{ "kbd-reset", kbd_reset_setup },
#endif
#ifdef CONFIG_BUGi386

Dong

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html