From: Daniel Jacobowitz Date: Wed, 30 Aug 2006 14:06:39 +0000 (+0100) Subject: [ARM] 3750/3: Fix double VFP emulation for EABI kernels X-Git-Tag: v2.6.18-rc6~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0355b3e039c621d15321fd0d5cf72d8bdb8f723d;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed