Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36334
b: refs/heads/master
c: fd32cb3
h: refs/heads/master
v: v3
  • Loading branch information
Keshavamurthy Anil S authored and Tony Luck committed Sep 26, 2006
1 parent 5170acd commit 3d8c349
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 214ddde2f95037e129eff7e895869771719c7c1b
refs/heads/master: fd32cb3a9c9f9399421408e8734cd8a6d9d1a09f
6 changes: 6 additions & 0 deletions trunk/arch/ia64/kernel/kprobes.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,12 @@ static int __kprobes kprobes_fault_handler(struct pt_regs *regs, int trapnr)
*/
if (cur->fault_handler && cur->fault_handler(cur, regs, trapnr))
return 1;
/*
* In case the user-specified fault handler returned
* zero, try to fix up.
*/
if (ia64_done_with_exception(regs))
return 1;

/*
* Let ia64_do_page_fault() fix it.
Expand Down

0 comments on commit 3d8c349

Please sign in to comment.