Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116144
b: refs/heads/master
c: 8f2baee
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2008
1 parent 87b722a commit b0a16d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 887f1ae3bc1701604a7b5ef145e1021072675444
refs/heads/master: 8f2baee28093ea77c7cc8da45049fd94cc76998e
11 changes: 4 additions & 7 deletions trunk/arch/sh/mm/fault_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,10 @@ asmlinkage void __kprobes do_page_fault(struct pt_regs *regs,
int fault;
siginfo_t info;

if (notify_page_fault(regs, lookup_exception_vector()))
return;

#ifdef CONFIG_SH_KGDB
if (kgdb_nofault && kgdb_bus_err_hook)
kgdb_bus_err_hook();
#endif
/*
* We don't bother with any notifier callbacks here, as they are
* all handled through the __do_page_fault() fast-path.
*/

tsk = current;
si_code = SEGV_MAPERR;
Expand Down

0 comments on commit b0a16d0

Please sign in to comment.