lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.h
authorDavid Miller <davem@davemloft.net>
Wed, 1 Feb 2012 22:17:55 +0000 (00:17 +0200)
committerJames Morris <jmorris@namei.org>
Wed, 1 Feb 2012 23:34:25 +0000 (10:34 +1100)
This copy of longlong.h is extremely dated and results in compile
errors on sparc32 when MPILIB is enabled, copy over the more uptodate
implementation from arch/sparc/math/sfp-util_32.h

Reported-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found