]> 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>
Wed, 30 Apr 2014 23:32:18 +0000 (01:32 +0200)
commit7d377570c86ec27db24e118b6db7e23c0c7dee30
tree9c2ad30f5b3611104bbc54ec7a18f935096a8109
parent47afdfb05fc1ada6dab0dce0b56318c46191237e
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