From: Nicolas Pitre Date: Thu, 23 Oct 2008 03:34:08 +0000 (+0100) Subject: [ARM] 5320/1: fix assembly constraints in implementation of do_div() X-Git-Tag: v2.6.28-rc1~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=884afaab44c9f92eb618ce53b3d2b5316f174a39;p=pandora-kernel.git [ARM] 5320/1: fix assembly constraints in implementation of do_div() Those inline assembly segments using the umlal instruction must have the & modifier so to be sure that a purely input register won't alias one of the registers used as input+output. In most cases, the inputs are still used after the outputs are touched, and most binutil versions insist on "rdhi, rdlo and rm must all be different" even for ARMv6+. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed