Re: tasks.h missing from 2.3.14

Thomas Molina (tmolina@home.com)
Tue, 24 Aug 1999 08:47:12 -0500 (CDT)


On Tue, 24 Aug 1999, Peter Rival wrote:

> If you find any files that are still #include-ing <linux/tasks.h>, just change it to
> <linux/threads.h> and send us a diff. I've been doing that with include/asm-alpha/smp.h
> and arch/alpha/smp.c for a while now...just too lazy to send a diff :(

OK, here it is:

--- linux/arch/i386/kernel/i8259.c.orig Tue Aug 24 08:35:30 1999
+++ linux/arch/i386/kernel/i8259.c Tue Aug 24 08:35:56 1999
@@ -10,7 +10,7 @@
#include <linux/malloc.h>
#include <linux/random.h>
#include <linux/smp.h>
-#include <linux/tasks.h>
+#include <linux/threads.h>
#include <linux/smp_lock.h>
#include <linux/init.h>

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