diff options
Diffstat (limited to 'arch/sh/mm/fault_32.c')
-rw-r--r-- | arch/sh/mm/fault_32.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sh/mm/fault_32.c b/arch/sh/mm/fault_32.c index e58726892b5f..31a33ebdef6f 100644 --- a/arch/sh/mm/fault_32.c +++ b/arch/sh/mm/fault_32.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <asm/system.h> | 20 | #include <asm/system.h> |
21 | #include <asm/mmu_context.h> | 21 | #include <asm/mmu_context.h> |
22 | #include <asm/tlbflush.h> | 22 | #include <asm/tlbflush.h> |
23 | #include <asm/kgdb.h> | ||
24 | 23 | ||
25 | /* | 24 | /* |
26 | * This routine handles page faults. It determines the address, | 25 | * This routine handles page faults. It determines the address, |
@@ -282,11 +281,6 @@ asmlinkage int __kprobes __do_page_fault(struct pt_regs *regs, | |||
282 | if (notify_page_fault(regs, lookup_exception_vector())) | 281 | if (notify_page_fault(regs, lookup_exception_vector())) |
283 | goto out; | 282 | goto out; |
284 | 283 | ||
285 | #ifdef CONFIG_SH_KGDB | ||
286 | if (kgdb_nofault && kgdb_bus_err_hook) | ||
287 | kgdb_bus_err_hook(); | ||
288 | #endif | ||
289 | |||
290 | ret = 1; | 284 | ret = 1; |
291 | 285 | ||
292 | /* | 286 | /* |