瀏覽代碼

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>
Ralf Baechle 11 年之前
父節點
當前提交
fcfe2285e5
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/mips/math-emu/ieee754.h

+ 0 - 3
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 */