commit | 8248daac6b9cde7748a659dcabea6584d62a9fd8 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Mar 14 14:23:22 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Mon May 07 02:10:53 2007 +0000 |
tree | 8c5e0b1a7dc41142a25cdb314313ae73ff9d60b5 | |
parent | f6072896e3f4c577db7e3a06105ebdfd52d7e7c9 [diff] |
serial: sh-sci: Kill off breakpoint in break IRQ. With the GDB stub being entered via a special sysrq trigger, we don't want to hit it directly from sci_br_interrupt(). Without this, there is access to the other sysrq triggers when kgdb is enabled. Signed-off-by: Paul Mundt <lethal@linux-sh.org>