From 0c79358b874af31430cf8d26540ae7b8713505f6 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 12 Jan 2006 01:06:35 -0800 Subject: [PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setup Signed-off-by: Kars de Jong Signed-off-by: Al Viro Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- arch/m68k/q40/config.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/m68k/q40') diff --git a/arch/m68k/q40/config.c b/arch/m68k/q40/config.c index 02b626bae4a..67e88a4efac 100644 --- a/arch/m68k/q40/config.c +++ b/arch/m68k/q40/config.c @@ -194,9 +194,6 @@ void __init config_q40(void) mach_heartbeat = q40_heartbeat; #endif mach_halt = q40_halt; -#ifdef CONFIG_DUMMY_CONSOLE - conswitchp = &dummy_con; -#endif /* disable a few things that SMSQ might have left enabled */ q40_disable_irqs(); -- cgit v1.2.3