I've found that i8259 tries to include linux/tasks.h which is gone.
so obvious patch is:
--- linux/arch/i386/kernel/i8259.c.orig Thu Aug 19 22:04:38 1999
+++ linux/arch/i386/kernel/i8259.c Thu Aug 19 22:04:47 1999
@@ -10,7 +10,6 @@
#include <linux/malloc.h>
#include <linux/random.h>
#include <linux/smp.h>
-#include <linux/tasks.h>
#include <linux/smp_lock.h>
#include <linux/init.h>
Bye,
Oleg
-
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/