diff options
-rw-r--r-- | arch/mips/math-emu/dp_fint.c | 2 | ||||
-rw-r--r-- | arch/mips/math-emu/dp_flong.c | 2 | ||||
-rw-r--r-- | arch/mips/math-emu/sp_fint.c | 2 | ||||
-rw-r--r-- | arch/mips/math-emu/sp_flong.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/math-emu/dp_fint.c b/arch/mips/math-emu/dp_fint.c index 0065deaee24b..a1962eb460f8 100644 --- a/arch/mips/math-emu/dp_fint.c +++ b/arch/mips/math-emu/dp_fint.c | |||
@@ -33,8 +33,6 @@ ieee754dp ieee754dp_fint(int x) | |||
33 | 33 | ||
34 | CLEARCX; | 34 | CLEARCX; |
35 | 35 | ||
36 | xc = ( 0 ? xc : xc ); | ||
37 | |||
38 | if (x == 0) | 36 | if (x == 0) |
39 | return ieee754dp_zero(0); | 37 | return ieee754dp_zero(0); |
40 | if (x == 1 || x == -1) | 38 | if (x == 1 || x == -1) |
diff --git a/arch/mips/math-emu/dp_flong.c b/arch/mips/math-emu/dp_flong.c index cb105b1dd860..eae90a866aa1 100644 --- a/arch/mips/math-emu/dp_flong.c +++ b/arch/mips/math-emu/dp_flong.c | |||
@@ -33,8 +33,6 @@ ieee754dp ieee754dp_flong(s64 x) | |||
33 | 33 | ||
34 | CLEARCX; | 34 | CLEARCX; |
35 | 35 | ||
36 | xc = ( 0 ? xc : xc ); | ||
37 | |||
38 | if (x == 0) | 36 | if (x == 0) |
39 | return ieee754dp_zero(0); | 37 | return ieee754dp_zero(0); |
40 | if (x == 1 || x == -1) | 38 | if (x == 1 || x == -1) |
diff --git a/arch/mips/math-emu/sp_fint.c b/arch/mips/math-emu/sp_fint.c index 42d9ed4b9a94..7aac13afb09a 100644 --- a/arch/mips/math-emu/sp_fint.c +++ b/arch/mips/math-emu/sp_fint.c | |||
@@ -33,8 +33,6 @@ ieee754sp ieee754sp_fint(int x) | |||
33 | 33 | ||
34 | CLEARCX; | 34 | CLEARCX; |
35 | 35 | ||
36 | xc = ( 0 ? xc : xc ); | ||
37 | |||
38 | if (x == 0) | 36 | if (x == 0) |
39 | return ieee754sp_zero(0); | 37 | return ieee754sp_zero(0); |
40 | if (x == 1 || x == -1) | 38 | if (x == 1 || x == -1) |
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) | |||
33 | 33 | ||
34 | CLEARCX; | 34 | CLEARCX; |
35 | 35 | ||
36 | xc = ( 0 ? xc : xc ); | ||
37 | |||
38 | if (x == 0) | 36 | if (x == 0) |
39 | return ieee754sp_zero(0); | 37 | return ieee754sp_zero(0); |
40 | if (x == 1 || x == -1) | 38 | if (x == 1 || x == -1) |