diff options
Diffstat (limited to 'drivers/serial/sh-sci.c')
-rw-r--r-- | drivers/serial/sh-sci.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/serial/sh-sci.c b/drivers/serial/sh-sci.c index 94deebda6da0..8f387219287f 100644 --- a/drivers/serial/sh-sci.c +++ b/drivers/serial/sh-sci.c | |||
@@ -738,12 +738,6 @@ static irqreturn_t sci_br_interrupt(int irq, void *ptr) | |||
738 | 738 | ||
739 | /* Handle BREAKs */ | 739 | /* Handle BREAKs */ |
740 | sci_handle_breaks(port); | 740 | sci_handle_breaks(port); |
741 | |||
742 | #ifdef CONFIG_SH_KGDB | ||
743 | /* Break into the debugger if a break is detected */ | ||
744 | breakpoint(); | ||
745 | #endif | ||
746 | |||
747 | sci_out(port, SCxSR, SCxSR_BREAK_CLEAR(port)); | 741 | sci_out(port, SCxSR, SCxSR_BREAK_CLEAR(port)); |
748 | 742 | ||
749 | return IRQ_HANDLED; | 743 | return IRQ_HANDLED; |