commit | 719e5985cf79bb60f4a28816547efd27dde178f5 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Tue Aug 23 22:47:12 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Aug 23 18:43:44 2005 -0700 |
tree | 1089c4acaa09ace254aecd72b118891f8f23aa07 | |
parent | 79fb7bdce363685b336e3f0fb8207312fd1f02fc [diff] |
[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>