linux/arch/sh/kernel/cpu
Paul Mundt c347d12cd1 sh: Fix lockdep debugging oops on SH-3/4.
In the SH-3/4 TLB access violation path we were enabling IRQs before
the call in to trace_hardirqs_on(), which ended up triggering:

        if (DEBUG_LOCKS_WARN_ON(!irqs_disabled()))
                return;

in kernel/lockdep.c:2031. Fix this up by removing the early re-enable,
we were already re-enabling IRQs post-trace_hardirqs_on() already, so
the semantics are now as was initially intended.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-08-01 16:17:07 +09:00
..
irq sh: remove support for sh7300 and solution engine 7300 2007-07-26 15:37:57 +09:00
sh2 sh: IPR/INTC2 IRQ setup consolidation. 2007-07-20 12:18:20 +09:00
sh2a sh: IPR/INTC2 IRQ setup consolidation. 2007-07-20 12:18:20 +09:00
sh3 sh: Fix lockdep debugging oops on SH-3/4. 2007-08-01 16:17:07 +09:00
sh4 sh: Silence sq compile warning on sh4 nommu. 2007-07-26 15:35:17 +09:00
sh4a sh: remove support for sh73180 and solution engine 73180 2007-07-25 10:49:21 +09:00
Makefile sh: SH-MobileR SH7722 CPU support. 2006-12-12 08:42:09 +09:00
adc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
clock.c sh: Implement clk_round_rate() in the clock framework. 2007-07-20 13:29:09 +09:00
init.c sh: Tidy up dependencies for SH-2 build. 2007-06-11 15:32:07 +09:00
ubc.S fix file specification in comments 2006-10-03 23:01:26 +02:00