Re: Cannot compile 2.4.10pre12aa1 with 2.95.2 on Debian

From: Magnus Naeslund\(f\) (mag@fbab.net)
Date: Thu Sep 20 2001 - 05:26:58 EST


From: "Magnus Naeslund(f)" <mag@fbab.net>
> From: "Martin MOKREJŠ" <mmokrejs@natur.cuni.cz>
>
> There are two defines for that FPU thing around line 421 in sched.c, take
> one away (i deleted the 1<<6 one).
>

... And that should have been sched.h, as Martin kindly pointed out ;)
I meant something like this:

--- sched.h~ Thu Sep 20 10:20:44 2001
+++ sched.h Thu Sep 20 11:29:06 2001
@@ -418,7 +418,9 @@
 #define PF_DUMPCORE (1UL<<3) /* dumped core */
 #define PF_SIGNALED (1UL<<4) /* killed by a signal */
 #define PF_MEMALLOC (1UL<<5) /* Allocating memory */
-#define PF_USEDFPU (1UL<<6) /* task used FPU this quantum (SMP)
*/
 #define PF_ATOMICALLOC (1UL<<7) /* do not block during memalloc */
 #define PF_USEDFPU (1UL<<8) /* task used FPU this quantum (SMP)
*/
 #define PF_FREE_PAGES (1UL<<9) /* per process page freeing */

Magnus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Sep 23 2001 - 21:00:37 EST