From: Geert Uytterhoeven Date: Sun, 21 Mar 2010 09:52:21 +0000 (+0100) Subject: m68k: Fix asm constraints for atomic_sub_and_test() and atomic_add_negative() X-Git-Tag: v2.6.34-rc5~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b560177f3e1c6b2d75b220d41ae72636243475c4;p=pandora-kernel.git m68k: Fix asm constraints for atomic_sub_and_test() and atomic_add_negative() Recently, we started seeing this on allmodconfig builds: CC mm/memcontrol.o {standard input}: Assembler messages: {standard input}:4076: Error: operands mismatch -- statement `subl 12(%fp),170(%a0)' ignored Correct the asm constraint, like done for m68knommu. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed