Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109609
b: refs/heads/master
c: 3c31bf7
h: refs/heads/master
i:
  109607: d6c5740
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and Paul Mundt committed Aug 28, 2008
1 parent bc81095 commit faa52f0
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: f9bed3f2040b2ed44f0d1b7f0280458533c5d2a0
refs/heads/master: 3c31bf73134038a417a9ae3fa3c02c279b42c550
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/sys_sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ asmlinkage int sys_ipc(uint call, int first, int second,
version = call >> 16; /* hack for backward compatibility */
call &= 0xffff;

if (call <= SEMCTL)
if (call <= SEMTIMEDOP)
switch (call) {
case SEMOP:
return sys_semtimedop(first,
Expand Down

0 comments on commit faa52f0

Please sign in to comment.