Files
android_kernel_xiaomi_sm8450/arch/sh/kernel
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
..
2005-04-16 15:20:36 -07:00
2007-05-07 02:11:56 +00:00
2007-03-05 14:13:25 +09:00
2006-09-27 18:25:24 +09:00
2007-07-20 12:18:20 +09:00
2005-04-16 15:20:36 -07:00
2007-05-21 14:31:39 +09:00
2007-05-07 02:11:56 +00:00
2007-06-08 02:43:40 +00:00
2007-06-08 02:43:37 +00:00
2005-04-16 15:20:36 -07:00
2006-09-27 16:20:22 +09:00
2007-07-17 10:23:03 -07:00
2007-05-31 13:46:21 +09:00
2007-07-20 12:27:09 +09:00