bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 17/68] i386/i386/fpu.c: remove (#if 1)


From: Marin Ramesa
Subject: [PATCH 17/68] i386/i386/fpu.c: remove (#if 1)
Date: Fri, 29 Nov 2013 22:53:42 +0100

* i386/i386/fpu.c: Remove (#if 1).

---
 i386/i386/fpu.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/i386/i386/fpu.c b/i386/i386/fpu.c
index 4e3ab57..a850203 100644
--- a/i386/i386/fpu.c
+++ b/i386/i386/fpu.c
@@ -782,7 +782,6 @@ ASSERT_IPL(SPL0);
            memset(ifps, 0, sizeof *ifps);
            pcb->ims.ifps = ifps;
            fpinit();
-#if 1
 /* 
  * I'm not sure this is needed. Does the fpu regenerate the interrupt in
  * frstor or not? Without this code we may miss some exceptions, with it
@@ -804,7 +803,6 @@ ASSERT_IPL(SPL0);
                                   
thread->pcb->ims.ifps->xfp_save_state.fp_status :
                                   
thread->pcb->ims.ifps->fp_save_state.fp_status);
                /*NOTREACHED*/
-#endif
        } else if (! ifps->fp_valid) {
                printf("fp_load: invalid FPU state!\n");
                fninit ();
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]