commit | c71799433aa4d6378502f781a155321e77da73aa | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Aug 01 16:19:49 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Aug 01 16:19:49 2007 +0900 |
tree | 97208ffb15aba20f3cb961585e7695cd9aec9158 | |
parent | c347d12cd1642ba193f55bdab29395d639c5efc2 [diff] |
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 <lethal@linux-sh.org>