Re: [U-Boot] [PATCH] fs: zfs: fix illegal use of fp

2012-11-14 Thread Anatolij Gustschin
Hi, On Wed, 31 Oct 2012 19:21:33 +0100 Alejandro Mery am...@geeks.cl wrote: the upcoming sunxi (allwinner a10/a13) platform enables zfs by default, and using linaro's hf -msoft-float makes the build fail because this u64 division. Signed-off-by: Alejandro Mery am...@geeks.cl ---

Re: [U-Boot] [PATCH] fs: zfs: fix illegal use of fp

2012-11-01 Thread Stefan Roese
On 10/31/2012 07:21 PM, Alejandro Mery wrote: the upcoming sunxi (allwinner a10/a13) platform enables zfs by default, and using linaro's hf -msoft-float makes the build fail because this u64 division. Signed-off-by: Alejandro Mery am...@geeks.cl Acked-by: Stefan Roese s...@denx.de Thanks,

[U-Boot] [PATCH] fs: zfs: fix illegal use of fp

2012-10-31 Thread Alejandro Mery
the upcoming sunxi (allwinner a10/a13) platform enables zfs by default, and using linaro's hf -msoft-float makes the build fail because this u64 division. Signed-off-by: Alejandro Mery am...@geeks.cl --- fs/zfs/zfs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git