[ARM] 3750/3: Fix double VFP emulation for EABI kernels
authorDaniel Jacobowitz <drow@false.org>
Wed, 30 Aug 2006 14:06:39 +0000 (15:06 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 30 Aug 2006 14:06:39 +0000 (15:06 +0100)
Patch from Daniel Jacobowitz

vfp_put_double didn't work in a CONFIG_AEABI kernel.  By swapping
the arguments, we arrange for them to be in the same place regardless
of ABI.  I made the same change to vfp_put_float for consistency.

Signed-off-by: Daniel Jacobowitz <dan@codesourcery.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found