aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/ieee754int.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-04-24 21:19:57 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-05-23 09:11:14 -0400
commit90efba36ed50933c6df92805bd7e5742e9cc0f46 (patch)
treeedcf824726a76c68e7606954ea16fbcbc91a4f27 /arch/mips/math-emu/ieee754int.h
parent593d33fe334761853890f2f84ed41e7c24051de2 (diff)
MIPS: math-emu: Get rid of the useless parts of exception handling.
All it really did was throw a printk for no obvious reason. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754int.h')
-rw-r--r--arch/mips/math-emu/ieee754int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/math-emu/ieee754int.h b/arch/mips/math-emu/ieee754int.h
index 4621a3d39a8f..58b90874a7fe 100644
--- a/arch/mips/math-emu/ieee754int.h
+++ b/arch/mips/math-emu/ieee754int.h
@@ -48,11 +48,6 @@ static inline int ieee754_setandtestcx(const unsigned int x)
48 return ieee754_csr.mx & x; 48 return ieee754_csr.mx & x;
49} 49}
50 50
51static inline int ieee754_tstx(void)
52{
53 return ieee754_csr.cx & ieee754_csr.mx;
54}
55
56#define COMPXSP \ 51#define COMPXSP \
57 unsigned xm; int xe; int xs __maybe_unused; int xc 52 unsigned xm; int xe; int xs __maybe_unused; int xc
58 53