Fix preemption and SMP problems in the FP emulator code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -37,7 +37,7 @@ static const unsigned table[] = {
|
||||
|
||||
ieee754dp ieee754dp_sqrt(ieee754dp x)
|
||||
{
|
||||
struct ieee754_csr oldcsr;
|
||||
struct _ieee754_csr oldcsr;
|
||||
ieee754dp y, z, t;
|
||||
unsigned scalx, yh;
|
||||
COMPXDP;
|
||||
|
Reference in New Issue
Block a user