Messages in this thread Patch in this message |  | | From | "Magnus Naeslund(f)" <> | Subject | Re: Cannot compile 2.4.10pre12aa1 with 2.95.2 on Debian | Date | Thu, 20 Sep 2001 12:26:58 +0200 |
| |
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/
|  |