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

2013-12-04 Thread Samuel Thibault
Marin Ramesa, le Fri 29 Nov 2013 22:53:42 +0100, a écrit : > * i386/i386/fpu.c: Remove (#if 1). The if corresponds to the comment below, it shows exactly what the authors believed not to be useful perhaps. > -#if 1 > /* > * I'm not sure this is needed. Does the fpu regenerate the interrupt in

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

2013-11-29 Thread Marin Ramesa
* 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);