serial: Fix sh-sci break interrupt/sysrq handling.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 14 Mar 2007 04:22:37 +0000 (13:22 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 14 Mar 2007 04:22:37 +0000 (13:22 +0900)
commit0b3d4ef6fe43b75d4b2a6fc4b814cf03aa248e13
tree213e173e10c8e95fd6f3bfb3f70c602d5d7da9d6
parent3afb209a43a4216ad4f1411922d47a44252926c6
serial: Fix sh-sci break interrupt/sysrq handling.

The sh-sci sci_br_interrupt() handler was failing to call
in to uart_handle_break(), which was something that only
the SH-3 path was doing, fix that up.

Additionally, SUPPORT_SYSRQ seems to have moved down too
far, move it back to the top so uart_handle_break() and
friends aren't no-ops.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c