Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24016
b: refs/heads/master
c: 2ce9804
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Mar 25, 2006
1 parent ac1c602 commit 7604156
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: 0003cedfc577be9d679c16531f8720739e9637ed
refs/heads/master: 2ce9804fbd9d4da75fb5bb53331b46b614a7d5c3
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ asmlinkage int arm_syscall(int no, struct pt_regs *regs)
if (!pmd_present(*pmd))
goto bad_access;
pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
if (!pte_present(*pte) || !pte_write(*pte)) {
if (!pte_present(*pte) || !pte_dirty(*pte)) {
pte_unmap_unlock(pte, ptl);
goto bad_access;
}
Expand Down

0 comments on commit 7604156

Please sign in to comment.