[PATCH] alpha spinlock code and bogus constraints
authorAl Viro <viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:47:12 +0000 (22:47 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:44 +0000 (18:43 -0700)
commit719e5985cf79bb60f4a28816547efd27dde178f5
tree1089c4acaa09ace254aecd72b118891f8f23aa07
parent79fb7bdce363685b336e3f0fb8207312fd1f02fc
[PATCH] alpha spinlock code and bogus constraints

"=m" (lock->lock) / "1" (lock->lock) makes gcc4 unhappy; fixed by s/1/m/,
same as in case of i386 rwsem.h where such variant had been accepted
by both Linus and rth.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/alpha/kernel/smp.c