[PATCH] i386: Use early clobbers for semaphores now
authorAndi Kleen <ak@suse.de>
Wed, 27 Sep 2006 19:38:56 +0000 (21:38 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 21:39:51 +0000 (14:39 -0700)
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>

No differences found