aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/mm/fault_32.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/arch/sh/mm/fault_32.c b/arch/sh/mm/fault_32.c
index ef01f45daa8a..08a08ea5d69f 100644
--- a/arch/sh/mm/fault_32.c
+++ b/arch/sh/mm/fault_32.c
@@ -53,13 +53,10 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
53 int fault; 53 int fault;
54 siginfo_t info; 54 siginfo_t info;
55 55
56 if (notify_page_fault(regs, lookup_exception_vector())) 56 /*
57 return; 57 * We don't bother with any notifier callbacks here, as they are
58 58 * all handled through the __do_page_fault() fast-path.
59#ifdef CONFIG_SH_KGDB 59 */
60 if (kgdb_nofault && kgdb_bus_err_hook)
61 kgdb_bus_err_hook();
62#endif
63 60
64 tsk = current; 61 tsk = current;
65 si_code = SEGV_MAPERR; 62 si_code = SEGV_MAPERR;