diff options
Diffstat (limited to 'arch/m68k/mac/debug.c')
-rw-r--r-- | arch/m68k/mac/debug.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/mac/debug.c b/arch/m68k/mac/debug.c index 98cb2a695..fa3910b5e 100644 --- a/arch/m68k/mac/debug.c +++ b/arch/m68k/mac/debug.c @@ -397,10 +397,6 @@ void mac_init_sccb_port( int cflag ) void __init mac_debug_init(void) { -#ifdef CONFIG_KGDB - /* the m68k_debug_device is used by the GDB stub, do nothing here */ - return; -#endif #ifdef DEBUG_SERIAL if ( !strcmp( m68k_debug_device, "ser" ) || !strcmp( m68k_debug_device, "ser1" )) { |