]> git.baikalelectronics.ru Git - kernel.git/commit
sh: Fix irqflags tracing for SH-3/4 nommu.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 1 Aug 2007 07:19:49 +0000 (16:19 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 1 Aug 2007 07:19:49 +0000 (16:19 +0900)
commit8cff531983ea5842260819a54886cff11b39bd1b
tree97208ffb15aba20f3cb961585e7695cd9aec9158
parentb879756d9d655fb3cb9b8f52182274e7570ca21c
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>
arch/sh/mm/fault-nommu.c