linux-kernel-test/arch/sh/kernel/cpu
Matt Fleming 421f7a5dbd sh: Don't enable interrupts in the page fault path
There's already code in do_page_fault() to conditionally enable
interrupts, so we don't need to unconditonally enable them before
calling it. This fixes a lockdep warning where we called
trace_hardirqs_off() but with irqs still enabled.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2009-09-28 15:11:45 +09:00
..
irq sh: Fixes some write posting issues in the interrupt handling for SH 2009-08-24 18:27:33 +09:00
sh2 Merge branch 'master' into sh/cachetlb 2009-08-19 09:12:00 +09:00
sh2a Merge branch 'master' into sh/cachetlb 2009-08-19 09:12:00 +09:00
sh3 sh: Don't enable interrupts in the page fault path 2009-09-28 15:11:45 +09:00
sh4 Merge branch 'master' into sh/smp 2009-09-01 13:54:14 +09:00
sh4a sh: Add support DMA Engine to SH7780 2009-09-25 12:19:33 +09:00
sh5 sh: Track the CPU family in sh_cpuinfo. 2009-08-15 10:48:13 +09:00
shmobile Merge branches 'sh/hwblk' and 'sh/pm-runtime' 2009-08-23 18:04:07 +09:00
adc.c
clock-cpg.c sh: use kzalloc() for cpg clocks 2009-06-17 15:39:53 +09:00
clock.c sh: add enable()/disable()/set_rate() to div6 code 2009-06-11 09:12:58 +03:00
hwblk.c sh: Add support for multiple hwblk counters 2009-07-20 04:23:39 +09:00
init.c Merge branch 'master' into sh/cachetlb 2009-08-19 09:12:00 +09:00
Makefile sh: hwblk base implementation 2009-07-05 00:28:39 +09:00
ubc.S