commit | b560177f3e1c6b2d75b220d41ae72636243475c4 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sun Mar 21 10:52:21 2010 +0100 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Wed Apr 14 19:45:37 2010 +0200 |
tree | 857756185f30db4f28db6099e74f4cf2933a7553 | |
parent | 1aac4effad4ea52da94eb13b12e0ca1731407ee4 [diff] |
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 <geert@linux-m68k.org>