]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fs: zfs: fix illegal use of fp
authorAlejandro Mery <amery@geeks.cl>
Wed, 31 Oct 2012 08:21:33 +0000 (08:21 +0000)
committerAnatolij Gustschin <agust@denx.de>
Wed, 14 Nov 2012 12:18:41 +0000 (13:18 +0100)
commit624c721f0c6e42368cc1b466dbaa540dd3014295
tree6a4a4f7e4711aaf826b4087c591c0e2e045172cc
parentd858c335bf4f7e9eb0b1dd521a4bd6487a27cd54
fs: zfs: fix illegal use of fp

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 <amery@geeks.cl>
Acked-by: Stefan Roese <sr@denx.de>
fs/zfs/zfs.c