commit | 90e6b048365950416419c031f2f2d9a8afb5b70c | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Jan 10 17:07:08 2008 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jan 10 17:07:08 2008 +0000 |
tree | 9be821f3d0abf5d9773bb1d4f57f013be445fdac | |
parent | 198a6d5a6189501e2b8abf4e3149ccb337866f65 [diff] |
[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 <rmk+kernel@arm.linux.org.uk>