git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aac4ef
)
m68k: Fix asm constraints for atomic_sub_and_test() and atomic_add_negative()
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 21 Mar 2010 09:52:21 +0000
(10:52 +0100)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 14 Apr 2010 17:45:37 +0000
(19:45 +0200)
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>
No differences found