diff options
Diffstat (limited to 'arch/m68k/sun3/config.c')
-rw-r--r-- | arch/m68k/sun3/config.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/sun3/config.c b/arch/m68k/sun3/config.c index 77d05bcc3221..f1ca0dfbaa67 100644 --- a/arch/m68k/sun3/config.c +++ b/arch/m68k/sun3/config.c | |||
@@ -160,9 +160,6 @@ void __init config_sun3(void) | |||
160 | mach_hwclk = sun3_hwclk; | 160 | mach_hwclk = sun3_hwclk; |
161 | mach_halt = sun3_halt; | 161 | mach_halt = sun3_halt; |
162 | mach_get_hardware_list = sun3_get_hardware_list; | 162 | mach_get_hardware_list = sun3_get_hardware_list; |
163 | #if defined(CONFIG_DUMMY_CONSOLE) | ||
164 | conswitchp = &dummy_con; | ||
165 | #endif | ||
166 | 163 | ||
167 | memory_start = ((((int)&_end) + 0x2000) & ~0x1fff); | 164 | memory_start = ((((int)&_end) + 0x2000) & ~0x1fff); |
168 | // PROM seems to want the last couple of physical pages. --m | 165 | // PROM seems to want the last couple of physical pages. --m |