Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9643
b: refs/heads/master
c: 74f8849
h: refs/heads/master
i:
  9641: b2c202b
  9639: a58b567
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Oct 4, 2005
1 parent fde3f95 commit 11814fc
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: 0a5b0aa8a331f4346b4b02bc653107304a6abdc5
refs/heads/master: 74f8849496b73d2ae4f9c53f61bf59e063ceed88
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ asmlinkage int arm_syscall(int no, struct pt_regs *regs)

bad_access:
spin_unlock(&mm->page_table_lock);
/* simulate a read access fault */
/* simulate a write access fault */
do_DataAbort(addr, 15 + (1 << 11), regs);
return -1;
}
Expand Down

0 comments on commit 11814fc

Please sign in to comment.