From: Paul Mundt Date: Wed, 1 Aug 2007 07:19:49 +0000 (+0900) Subject: sh: Fix irqflags tracing for SH-3/4 nommu. X-Git-Tag: v2.6.23-rc2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71799433aa4d6378502f781a155321e77da73aa;p=pandora-kernel.git sh: Fix irqflags tracing for SH-3/4 nommu. We were missing the trace_hardirqs_on() instrumentation in the nommu case, resync with the MMU version of the page fault handler to have this behaving consistently. Also explicitly re-enable IRQs now that the assembly code isn't doing it for us any more. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed