... 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/