To: akpm, linus Cc: lkml Subject: [PATCH] Sun3x dummycon Sun3x: Like most other platforms, Sun3x needs conswitchp set if CONFIG_DUMMY_CONSOLE is defined (from Sam Creasey) --- config.c | 4 ++++ 1 file changed, 4 insertions(+) --- 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... */