diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-18 18:36:32 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-21 05:12:57 -0400 |
commit | 9e8bad1f9c0370b2635175b34d6151b90a53da5c (patch) | |
tree | 0971254e7d21761a5dec3f946e2f65c9fd43e844 /arch/mips/math-emu/dp_frexp.c | |
parent | bee1653593b39ac85b45a057bb8c22dc1489cf6a (diff) |
MIPS: math-emu: Turn macros into functions where possible.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/dp_frexp.c')
-rw-r--r-- | arch/mips/math-emu/dp_frexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_frexp.c b/arch/mips/math-emu/dp_frexp.c index 6ab7df958362..25ebce16143e 100644 --- a/arch/mips/math-emu/dp_frexp.c +++ b/arch/mips/math-emu/dp_frexp.c | |||
@@ -31,7 +31,7 @@ | |||
31 | union ieee754dp ieee754dp_frexp(union ieee754dp x, int *eptr) | 31 | union ieee754dp ieee754dp_frexp(union ieee754dp x, int *eptr) |
32 | { | 32 | { |
33 | COMPXDP; | 33 | COMPXDP; |
34 | CLEARCX; | 34 | ieee754_clearcx(); |
35 | EXPLODEXDP; | 35 | EXPLODEXDP; |
36 | 36 | ||
37 | switch (xc) { | 37 | switch (xc) { |