From: Geert Uytterhoeven Sun-3: Use dummycon if CONFIG_DUMMY_CONSOLE is defined only (from Sam Creasey) --- 25-akpm/arch/m68k/sun3/config.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/m68k/sun3/config.c~m68k-393 arch/m68k/sun3/config.c --- 25/arch/m68k/sun3/config.c~m68k-393 Fri Feb 20 15:08:46 2004 +++ 25-akpm/arch/m68k/sun3/config.c Fri Feb 20 15:08:46 2004 @@ -160,7 +160,7 @@ void __init config_sun3(void) mach_hwclk = sun3_hwclk; mach_halt = sun3_halt; mach_get_hardware_list = sun3_get_hardware_list; -#if !defined(CONFIG_SERIAL_CONSOLE) && defined(CONFIG_DUMMY_CONSOLE) +#if defined(CONFIG_DUMMY_CONSOLE) conswitchp = &dummy_con; #endif _