aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cast5.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-08-01 16:17:07 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-08-01 16:17:07 +0900
commitc347d12cd1642ba193f55bdab29395d639c5efc2 (patch)
tree4029a5cc49ac3fdbefa57b3117566007b8cfbcc4 /crypto/cast5.c
parent8d4fbcfbe0a4bfc73e7f0297c59ae514e1f1436f (diff)
downloadkernel_samsung_smdk4412-c347d12cd1642ba193f55bdab29395d639c5efc2.zip
kernel_samsung_smdk4412-c347d12cd1642ba193f55bdab29395d639c5efc2.tar.gz
kernel_samsung_smdk4412-c347d12cd1642ba193f55bdab29395d639c5efc2.tar.bz2
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>
Diffstat (limited to 'crypto/cast5.c')
0 files changed, 0 insertions, 0 deletions