Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168511
b: refs/heads/master
c: bfd2e29
h: refs/heads/master
i:
  168509: d90eafb
  168507: bed2607
  168503: b1bc567
  168495: a59a063
  168479: 58d6fdc
  168447: 9d33d6f
v: v3
  • Loading branch information
Russell King committed Nov 8, 2009
1 parent d64f895 commit 0e89899
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: 5418983113f8cc4d984c7ef847bec5bdd0d90032
refs/heads/master: bfd2e29f04e5f048ea62677811d1244badd6661e
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ asmlinkage int arm_syscall(int no, struct pt_regs *regs)
if not implemented, rather than raising SIGILL. This
way the calling program can gracefully determine whether
a feature is supported. */
if (no <= 0x7ff)
if ((no & 0xffff) <= 0x7ff)
return -ENOSYS;
break;
}
Expand Down

0 comments on commit 0e89899

Please sign in to comment.