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 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 > --- > fs/zfs/zfs.c | 4 +++- > 1 fi

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 Acked-by: Stefan Roese Thanks, Stefan ___

[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 --- fs/zfs/zfs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fs/zfs/zfs.c b/fs/zfs/z