From: Al Viro Date: Thu, 12 Jan 2006 09:06:19 +0000 (-0800) Subject: [PATCH] m68k: broken constraints on mulu.l X-Git-Tag: v2.6.16-rc1~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f2633388d64c0489516af04e0d4cd9f01397a94;p=pandora-kernel.git [PATCH] m68k: broken constraints on mulu.l Too permissive constraint on mulu.l - the first argument should not be an a-register. Fixed by replacing "g" with "dm"; with older gcc we got lucky and it had never attempted mulu.l %a0, %d1:%d0. These days it does, with predictable objections from as(1). Signed-off-by: Al Viro Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed