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>
Fri, 23 May 2014 13:11:08 +0000 (15:11 +0200)
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

Simple merge