Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36027
b: refs/heads/master
c: 00932ba
h: refs/heads/master
i:
  36025: 3e9b925
  36023: 090fc68
v: v3
  • Loading branch information
Ralf Baechle committed Sep 27, 2006
1 parent 8c72cfb commit dfbe155
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: fc095a902181b72ce77a10feb7b36ba1cbacd736
refs/heads/master: 00932ba3052a84ed73fab34ff1ec5a413b77fbab
2 changes: 1 addition & 1 deletion trunk/arch/mips/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ asmlinkage void do_page_fault(struct pt_regs *regs, unsigned long write,
if (!(vma->vm_flags & VM_WRITE))
goto bad_area;
} else {
if (!(vma->vm_flags & (VM_READ | VM_EXEC)))
if (!(vma->vm_flags & (VM_READ | VM_WRITE | VM_EXEC)))
goto bad_area;
}

Expand Down

0 comments on commit dfbe155

Please sign in to comment.