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)
commite812a73932dc0b294c30858ba215305b81391c3c
treebe34d8ec86563f93d799d98e570787a13a9cc7c8
parent92df0f8b350f28ceebef7e0bc785816d84df626b
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
This page took 0.045713 seconds and 5 git commands to generate.