linux/arch/sh/kernel/cpu/sh3
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
..
clock-sh3.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7705.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7706.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7709.c sh: clkfwk: remove bogus set_bus_parent() from SH7709. 2009-09-14 14:09:00 +09:00
clock-sh7710.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
clock-sh7712.c sh: clkfwk: Make recalc return an unsigned long. 2009-05-12 03:45:08 +09:00
entry.S sh: Don't enable interrupts in the page fault path 2009-09-28 15:11:45 +09:00
ex.S sh: nmi_debug support. 2009-09-01 17:38:32 +09:00
Makefile sh: hibernation support 2009-03-10 12:55:40 +09:00
pinmux-sh7720.c sh: Move the CPU definition headers from asm/ to cpu/. 2008-10-20 12:04:53 +09:00
probe.c sh: Track the CPU family in sh_cpuinfo. 2009-08-15 10:48:13 +09:00
setup-sh3.c sh: add interrupt ack code to sh3 2008-05-08 19:52:03 +09:00
setup-sh770x.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
setup-sh7705.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
setup-sh7710.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
setup-sh7720.c sh: convert processor device setup functions to arch_initcall() 2009-07-23 13:06:07 +09:00
swsusp.S sh: hibernation support 2009-03-10 12:55:40 +09:00