diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-04-28 09:39:10 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:12 -0400 |
commit | cd21dfcfbb5c43de54f6be795dde07397da2bc2f (patch) | |
tree | ed3a6c46fd6aabac95c99b1e816493fcb5f788f8 /arch/mips/math-emu/ieee754.c | |
parent | 63b2d2f4d2073ac3452ce977d27cc81eabaa61a3 (diff) |
Fix preemption and SMP problems in the FP emulator code.
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/math-emu/ieee754.c b/arch/mips/math-emu/ieee754.c index f0a364adbf34..97a752fc3049 100644 --- a/arch/mips/math-emu/ieee754.c +++ b/arch/mips/math-emu/ieee754.c | |||
@@ -50,10 +50,6 @@ const char *const ieee754_cname[] = { | |||
50 | "SNaN", | 50 | "SNaN", |
51 | }; | 51 | }; |
52 | 52 | ||
53 | /* the control status register | ||
54 | */ | ||
55 | struct ieee754_csr ieee754_csr; | ||
56 | |||
57 | /* special constants | 53 | /* special constants |
58 | */ | 54 | */ |
59 | 55 | ||