Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36479
b: refs/heads/master
c: 1f9bd4c
h: refs/heads/master
i:
  36477: e1009fc
  36475: 25f563e
  36471: 2933486
  36463: ba23cff
  36447: 1f272ca
  36415: 5ab9b0c
  36351: eff43d1
v: v3
  • Loading branch information
Linus Torvalds committed Sep 27, 2006
1 parent 258501a commit 769150c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7f38aa0f04259d37f26e1e906607f1ebb39c0c5c
refs/heads/master: 1f9bd4c96a8e918a86e083706e0d3eb7f030b9a3
4 changes: 2 additions & 2 deletions trunk/include/asm-i386/semaphore.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static inline int down_interruptible(struct semaphore * sem)
"lea %1,%%eax\n\t"
"call __down_failed_interruptible\n"
"2:"
:"=a" (result), "+m" (sem->count)
:"=&a" (result), "+m" (sem->count)
:
:"memory");
return result;
Expand All @@ -148,7 +148,7 @@ static inline int down_trylock(struct semaphore * sem)
"lea %1,%%eax\n\t"
"call __down_failed_trylock\n\t"
"2:\n"
:"=a" (result), "+m" (sem->count)
:"=&a" (result), "+m" (sem->count)
:
:"memory");
return result;
Expand Down

0 comments on commit 769150c

Please sign in to comment.