[PATCH 446] Sun3x dummycon

From: Geert Uytterhoeven
Date: Mon May 10 2004 - 14:54:38 EST


Sun3x: Like most other platforms, Sun3x needs conswitchp set if
CONFIG_DUMMY_CONSOLE is defined (from Sam Creasey)

--- linux-2.6.6/arch/m68k/sun3x/config.c 2004-04-30 11:39:52.000000000 +0200
+++ linux-m68k-2.6.6/arch/m68k/sun3x/config.c 2004-04-30 11:42:04.000000000 +0200
@@ -70,6 +70,10 @@
mach_get_model = sun3_get_model;
mach_get_hardware_list = sun3x_get_hardware_list;

+#if defined(CONFIG_DUMMY_CONSOLE)
+ conswitchp = &dummy_con;
+#endif
+
sun3_intreg = (unsigned char *)SUN3X_INTREG;

/* only the serial console is known to work anyway... */

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/