Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36349
b: refs/heads/master
c: 00463c1
h: refs/heads/master
i:
  36347: 671f9da
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 27, 2006
1 parent 2961620 commit 07c678a
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: cdb8355add9b1d87ecfcb58b12879897dc1e3e36
refs/heads/master: 00463c1633b6d6a2178d2dc794c0a70ac2f9ce6b
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 07c678a

Please sign in to comment.