diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-22 10:33:07 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-23 09:11:13 -0400 |
commit | b3a7ad2b0c48e046ff8a7934f3aa55fc06c54762 (patch) | |
tree | d1bbd22d16d03ba2e651fa60d08a81857327fabc /arch/mips/math-emu/ieee754.c | |
parent | 3e160aad0f23cc80743dd44810269c9667e0eb0e (diff) |
MIPS: math-emu: Eleminate duplicate definitions of identical macros.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754.c')
-rw-r--r-- | arch/mips/math-emu/ieee754.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c index 43a9a085ce62..f3b5fa0adbbb 100644 --- a/arch/mips/math-emu/ieee754.c +++ b/arch/mips/math-emu/ieee754.c | |||
@@ -35,14 +35,6 @@ | |||
35 | #include "ieee754sp.h" | 35 | #include "ieee754sp.h" |
36 | #include "ieee754dp.h" | 36 | #include "ieee754dp.h" |
37 | 37 | ||
38 | #define DP_EBIAS 1023 | ||
39 | #define DP_EMIN (-1022) | ||
40 | #define DP_EMAX 1023 | ||
41 | |||
42 | #define SP_EBIAS 127 | ||
43 | #define SP_EMIN (-126) | ||
44 | #define SP_EMAX 127 | ||
45 | |||
46 | /* special constants | 38 | /* special constants |
47 | */ | 39 | */ |
48 | 40 | ||