From: Paul Mundt Date: Wed, 14 Mar 2007 04:22:37 +0000 (+0900) Subject: serial: Fix sh-sci break interrupt/sysrq handling. X-Git-Tag: v2.6.21-rc5~56^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b3d4ef6fe43b75d4b2a6fc4b814cf03aa248e13;p=pandora-kernel.git 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 --- Reading git-diff-tree failed