Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204632
b: refs/heads/master
c: ef78705
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Aug 4, 2010
1 parent db2ad9c commit 349311b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 79e87830faf22ca636b1a1d8f4deb430ea6e1c8b
refs/heads/master: ef78705034763ebdf500695deaed599c481318a7
1 change: 0 additions & 1 deletion trunk/arch/microblaze/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ void do_page_fault(struct pt_regs *regs, unsigned long address,
* make sure we exit gracefully rather than endlessly redo
* the fault.
*/
survive:
fault = handle_mm_fault(mm, vma, address, is_write ? FAULT_FLAG_WRITE : 0);
if (unlikely(fault & VM_FAULT_ERROR)) {
if (fault & VM_FAULT_OOM)
Expand Down

0 comments on commit 349311b

Please sign in to comment.