kernel-ark/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
..
cpu sh: Fix lockdep debugging oops on SH-3/4. 2007-08-01 16:17:07 +09:00
timers sh: remove support for sh7300 and solution engine 7300 2007-07-26 15:37:57 +09:00
vsyscall sh: Fix fs.h removal from mm.h regressions. 2007-07-31 13:01:43 +09:00
asm-offsets.c
cf-enabler.c sh: Rip out special unknown machvec. 2007-06-08 02:43:40 +00:00
cpufreq.c sh: cpufreq: Fix up the build for SH-2. 2007-07-20 16:03:02 +09:00
crash_dump.c sh: kdump support. 2007-05-07 02:11:56 +00:00
debugtraps.S sh: Use a jump call table for debug trap handlers. 2007-02-13 10:54:43 +09:00
early_printk.c Fixes and cleanups for earlyprintk aka boot console 2007-05-08 11:15:04 -07:00
entry-common.S sh: Clear UBC when not in use. 2007-03-05 14:13:25 +09:00
head.S sh: Move entry point code to .text.head. 2007-07-20 17:40:03 +09:00
init_task.c sh: Fix fs.h removal from mm.h regressions. 2007-07-31 13:01:43 +09:00
io_generic.c sh: Revert lazy dcache writeback changes. 2007-03-05 19:46:47 +09:00
io.c
irq.c sh: IPR/INTC2 IRQ setup consolidation. 2007-07-20 12:18:20 +09:00
kgdb_jmp.S
kgdb_stub.c spelling fixes: arch/sh/ 2007-05-21 14:31:39 +09:00
machine_kexec.c sh: kdump support. 2007-05-07 02:11:56 +00:00
machvec.c sh: Rip out special unknown machvec. 2007-06-08 02:43:40 +00:00
Makefile sh: Fixup machvec support. 2007-06-08 02:43:37 +00:00
module.c
pm.c
process.c sh: Fix fs.h removal from mm.h regressions. 2007-07-31 13:01:43 +09:00
ptrace.c PTRACE_POKEDATA consolidation 2007-07-17 10:23:03 -07:00
relocate_kernel.S
semaphore.c
setup.c sh: remove support for sh7300 and solution engine 7300 2007-07-26 15:37:57 +09:00
sh_bios.c sh: Many symbol exports for nommu allmodconfig. 2007-07-20 16:59:49 +09:00
sh_ksyms.c sh: Many symbol exports for nommu allmodconfig. 2007-07-20 16:59:49 +09:00
signal.c Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 2007-07-16 10:32:02 -07:00
smp.c sh: trivial build cleanups. 2007-05-31 13:46:21 +09:00
stacktrace.c sh: Fix stacktrace simplification fallout. 2007-05-09 18:55:14 +09:00
sys_sh.c sh: Fix fs.h removal from mm.h regressions. 2007-07-31 13:01:43 +09:00
syscalls.S sh: Wire up fallocate() syscall. 2007-07-20 12:27:09 +09:00
time.c sh: clockevent/clocksource/hrtimers/nohz TMU support. 2007-05-09 17:33:24 +09:00
topology.c sh: Fix up cpu to node mapping in sysfs. 2007-06-08 02:43:50 +00:00
traps.c Report that kernel is tainted if there was an OOPS 2007-07-17 10:23:02 -07:00
vmlinux.lds.S sh: Move entry point code to .text.head. 2007-07-20 17:40:03 +09:00