[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)
commit0355b3e039c621d15321fd0d5cf72d8bdb8f723d
tree005fd5c6e3e78ec39ee2a3924371cbdc69b34fac
parentdc709bd190c130b299ac19d596594256265c042a
[ARM] 3750/3: Fix double VFP emulation for EABI kernels

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>
arch/arm/vfp/vfp.h
arch/arm/vfp/vfpdouble.c
arch/arm/vfp/vfphw.S
arch/arm/vfp/vfpsingle.c