From fcfe2285e5c53cb33309f946ba1fccd6b5db64df Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 19 Apr 2014 13:18:08 +0200 Subject: [PATCH] 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 --- arch/mips/math-emu/ieee754.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/mips/math-emu/ieee754.h b/arch/mips/math-emu/ieee754.h index a197089..049f63f 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 */ -- 2.7.4