commit | 00463c1633b6d6a2178d2dc794c0a70ac2f9ce6b | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Sep 27 21:38:56 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 27 14:39:51 2006 -0700 |
tree | 83d02451139608ad70fb33c5f0e3bb90019841b2 | |
parent | cdb8355add9b1d87ecfcb58b12879897dc1e3e36 [diff] |
[PATCH] i386: Use early clobbers for semaphores now The new code does clobber the result early, so make sure to tell gcc to not put it into the same register as a input argument Signed-off-by: Andi Kleen <ak@suse.de> Cc: Andrew Morton <akpm@osdl.org> Acked-by: Kyle McMartin <kyle@parisc-linux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>