From: Russell King Date: Thu, 10 Jan 2008 17:07:08 +0000 (+0000) Subject: [ARM] vfp: fix fuitod/fsitod instructions X-Git-Tag: v2.6.24-rc8~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90e6b048365950416419c031f2f2d9a8afb5b70c;p=pandora-kernel.git [ARM] vfp: fix fuitod/fsitod instructions These two instructions exceptionally take a single precision register as their operand. This means we can't use vfp_get_dm() to read the register number - we need to use vfp_get_sm() instead. Add a flag to indicate this exception to the general rule. Signed-off-by: Russell King --- Reading git-diff-tree failed