summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/dp_scalb.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-04-19 00:36:32 +0200
committerRalf Baechle <ralf@linux-mips.org>2014-05-21 11:12:57 +0200
commit9e8bad1f9c0370b2635175b34d6151b90a53da5c (patch)
tree0971254e7d21761a5dec3f946e2f65c9fd43e844 /arch/mips/math-emu/dp_scalb.c
parentMIPS: math-emu: Harden ieee754int.h against multiple inclusion. (diff)
downloadlinux-9e8bad1f9c0370b2635175b34d6151b90a53da5c.tar.xz
linux-9e8bad1f9c0370b2635175b34d6151b90a53da5c.zip
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_scalb.c')
-rw-r--r--arch/mips/math-emu/dp_scalb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/dp_scalb.c b/arch/mips/math-emu/dp_scalb.c
index 4f8b65622942..dee37551fae1 100644
--- a/arch/mips/math-emu/dp_scalb.c
+++ b/arch/mips/math-emu/dp_scalb.c
@@ -30,7 +30,7 @@ union ieee754dp ieee754dp_scalb(union ieee754dp x, int n)
{
COMPXDP;
- CLEARCX;
+ ieee754_clearcx();
EXPLODEXDP;