From: Paul Mundt Date: Fri, 1 Dec 2006 05:32:54 +0000 (+0900) Subject: sh: Fixup movli.l/movco.l atomic ops for gcc4. X-Git-Tag: v2.6.20-rc1~34^2~20^2~32^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03c69610bfa728805deceeb624ee4268c722a5a;p=pandora-kernel.git sh: Fixup movli.l/movco.l atomic ops for gcc4. gcc4 gets a bit pissy about the outputs: include/asm/atomic.h: In function 'atomic_add': include/asm/atomic.h:37: error: invalid lvalue in asm statement include/asm/atomic.h:30: error: invalid lvalue in asm output 1 ... this ended up being a thinko anyways, so just fix it up. Verified for proper behaviour with the older toolchains, too. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed