Fix preemption and SMP problems in the FP emulator code.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-04-28 13:39:10 +00:00
parent 63b2d2f4d2
commit cd21dfcfbb
5 changed files with 120 additions and 117 deletions

View File

@@ -50,10 +50,6 @@ const char *const ieee754_cname[] = {
"SNaN",
};
/* the control status register
*/
struct ieee754_csr ieee754_csr;
/* special constants
*/