Skip to content
Commit 90e6b048 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 198a6d5a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment