diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-04-28 15:39:10 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:31:12 +0200 |
commit | cd21dfcfbb5c43de54f6be795dde07397da2bc2f (patch) | |
tree | ed3a6c46fd6aabac95c99b1e816493fcb5f788f8 /arch/mips/math-emu/ieee754.c | |
parent | Handle _PAGE_DIRTY correctly for CONFIG_64BIT_PHYS_ADDR on 32bit CPUs. (diff) | |
download | linux-cd21dfcfbb5c43de54f6be795dde07397da2bc2f.tar.xz linux-cd21dfcfbb5c43de54f6be795dde07397da2bc2f.zip |
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[] = { "SNaN", }; -/* the control status register -*/ -struct ieee754_csr ieee754_csr; - /* special constants */ |