commit | 421f7a5dbdd1720c718eed187c46cf202529cf7d | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Sat Sep 26 19:44:05 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 28 15:11:45 2009 +0900 |
tree | 5192e55055242d8430cdbdd62e2efa0c6e63a955 | |
parent | d44ee12ad61ff7aa7a6344560bd430cb72fcbc27 [diff] |
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>