]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef().
authorRalf Baechle <ralf@linux-mips.org>
Sat, 19 Apr 2014 12:20:54 +0000 (14:20 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 12 May 2014 23:24:07 +0000 (01:24 +0200)
commitbeba4933138b2b525f536c16cff7ce324aa49c8e
tree384307c96beb781a216870cea07d80bd5968fd03
parentbf1b3d60a2ea546583c2296e54f0b13031456ff3
MIPS: math-emu: Cleanup ieee754si_indef() / ieee754di_indef().

LONG_LONG_MAX is a symbol defined in <limits.h> which may not be available
so better rely on something provided by a kernel header.  While at it,
turn these function-like macros into inline functions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/ieee754.h