commit | e812a73932dc0b294c30858ba215305b81391c3c | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Apr 19 14:20:54 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri May 23 15:11:08 2014 +0200 |
tree | be34d8ec86563f93d799d98e570787a13a9cc7c8 | |
parent | 92df0f8b350f28ceebef7e0bc785816d84df626b [diff] |
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>