lkml.org 
[lkml]   [2001]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: Cannot compile 2.4.10pre12aa1 with 2.95.2 on Debian
Date
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/

\
 
 \ /
  Last update: 2005-03-22 13:03    [W:0.096 / U:0.840 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site