mirror of
https://github.com/torvalds/linux.git
synced 2026-06-29 17:41:17 +02:00
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>
|
||
|---|---|---|
| .. | ||
| clock-sh3.c | ||
| clock-sh7705.c | ||
| clock-sh7706.c | ||
| clock-sh7709.c | ||
| clock-sh7710.c | ||
| entry.S | ||
| ex.S | ||
| Makefile | ||
| probe.c | ||
| setup-sh7705.c | ||
| setup-sh7708.c | ||
| setup-sh7709.c | ||
| setup-sh7710.c | ||