Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60531
b: refs/heads/master
c: effe24b
h: refs/heads/master
i:
  60529: 0d1fdf3
  60527: c283c95
v: v3
  • Loading branch information
will schmidt authored and Paul Mackerras committed Jun 14, 2007
1 parent e962b63 commit 48dcffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d8c391a5593aca5bea002bcaaec16c7bbd6ec853
refs/heads/master: effe24bdd41ef790b30c9ac02ede3703937c6ba0
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ int __kprobes do_page_fault(struct pt_regs *regs, unsigned long address,
}
printk("VM: killing process %s\n", current->comm);
if (user_mode(regs))
do_exit(SIGKILL);
do_group_exit(SIGKILL);
return SIGKILL;

do_sigbus:
Expand Down

0 comments on commit 48dcffe

Please sign in to comment.