Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199809
b: refs/heads/master
c: f9c497c
h: refs/heads/master
i:
  199807: 9646fd7
v: v3
  • Loading branch information
Nick Piggin authored and Linus Torvalds committed Jun 4, 2010
1 parent e1c0240 commit 1482c48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: b7e5d1f04104d98895945ecb463d750320dcd6cf
refs/heads/master: f9c497c4aea28be826b8450a5339952f2ffc705e
8 changes: 4 additions & 4 deletions trunk/arch/frv/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ asmlinkage void do_page_fault(int datammu, unsigned long esr0, unsigned long ear
*/
out_of_memory:
up_read(&mm->mmap_sem);
printk("VM: killing process %s\n", current->comm);
if (user_mode(__frame))
do_group_exit(SIGKILL);
goto no_context;
if (!user_mode(__frame))
goto no_context;
pagefault_out_of_memory();
return;

do_sigbus:
up_read(&mm->mmap_sem);
Expand Down

0 comments on commit 1482c48

Please sign in to comment.