commit | 0355b3e039c621d15321fd0d5cf72d8bdb8f723d | [log] [tgz] |
---|---|---|
author | Daniel Jacobowitz <drow@false.org> | Wed Aug 30 15:06:39 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Aug 30 15:06:39 2006 +0100 |
tree | 005fd5c6e3e78ec39ee2a3924371cbdc69b34fac | |
parent | dc709bd190c130b299ac19d596594256265c042a [diff] |
[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>