From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 14 Nov 2012 13:25:30 +0100 Subject: [U-Boot] [PATCH] fs: zfs: fix illegal use of fp In-Reply-To: <1351707693-7962-1-git-send-email-amery@geeks.cl> References: <1351707693-7962-1-git-send-email-amery@geeks.cl> Message-ID: <20121114132530.146ce694@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 file changed, 3 insertions(+), 1 deletion(-) Applied to staging/agust at denx.de, thanks! Anatolij