summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
diff options
context:
space:
mode:
authorRalf Baechle2014-04-19 13:18:08 +0200
committerRalf Baechle2014-05-23 15:11:02 +0200
commitfcfe2285e5c53cb33309f946ba1fccd6b5db64df (patch)
treee17462b60845298f648e440834e43c7dd16a8e08 /arch/mips/math-emu
parentMIPS: IP22: This platform may come with either MIPS III or MIPS IV CPUs. (diff)
downloadkernel-qcow2-linux-fcfe2285e5c53cb33309f946ba1fccd6b5db64df.tar.gz
kernel-qcow2-linux-fcfe2285e5c53cb33309f946ba1fccd6b5db64df.tar.xz
kernel-qcow2-linux-fcfe2285e5c53cb33309f946ba1fccd6b5db64df.zip
MIPS: math-emu: Get rid of unuable extended precision support.
No usable functionality and nothig does ever define IEEE854_XP anyway. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu')
-rw-r--r--arch/mips/math-emu/ieee754.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h
index a1970894094b..049f63fa635e 100644
--- a/arch/mips/math-emu/ieee754.h
+++ b/arch/mips/math-emu/ieee754.h
@@ -408,9 +408,6 @@ struct ieee754xctx {
union {
union ieee754sp sp; /* single precision */
union ieee754dp dp; /* double precision */
-#ifdef IEEE854_XP
- ieee754xp xp; /* extended precision */
-#endif
int si; /* standard signed integer (32bits) */
s64 di; /* extended signed integer (64bits) */
} rv; /* default result format implied by op */