summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu/sp_flong.c
diff options
context:
space:
mode:
authorRalf Baechle2005-12-07 19:04:40 +0100
committer2006-01-10 14:39:05 +0100
commit2d5e7b9ffd6fd0cdcf4c51a56b7158a7e38f3dbe (patch)
treef49bd735203673187c7b851b70a9be56fd0bcc0c /arch/mips/math-emu/sp_flong.c
parentMIPS: DSP: Put mask field into the right place. (diff)
downloadkernel-qcow2-linux-2d5e7b9ffd6fd0cdcf4c51a56b7158a7e38f3dbe.tar.gz
kernel-qcow2-linux-2d5e7b9ffd6fd0cdcf4c51a56b7158a7e38f3dbe.tar.xz
kernel-qcow2-linux-2d5e7b9ffd6fd0cdcf4c51a56b7158a7e38f3dbe.zip
MIPS: FP: Remove silly trick to avoid warning.
Just doesn't fool a modern compiler anymore. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/sp_flong.c')
-rw-r--r--arch/mips/math-emu/sp_flong.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/math-emu/sp_flong.c b/arch/mips/math-emu/sp_flong.c
index 1e26795ccecb..3d6c1d11c178 100644
--- a/arch/mips/math-emu/sp_flong.c
+++ b/arch/mips/math-emu/sp_flong.c
@@ -33,8 +33,6 @@ ieee754sp ieee754sp_flong(s64 x)
CLEARCX;
- xc = ( 0 ? xc : xc );
-
if (x == 0)
return ieee754sp_zero(0);
if (x == 1 || x == -1)