From: Al Viro Date: Tue, 23 Aug 2005 21:47:12 +0000 (+0100) Subject: [PATCH] alpha spinlock code and bogus constraints X-Git-Tag: v2.6.13-rc7~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=719e5985cf79bb60f4a28816547efd27dde178f5;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed