Messages in this thread Patch in this message |  | | | From | Peter Blomgren <> | | Subject | [patch 2.3.49-pre1] io_apic.c / UP-kernels | | Date | Tue, 29 Feb 2000 10:58:18 -0800 (PST) |
| |
Hi,
io_apic.c need a patch similar to the one for traps.c -- \Peter. --- linux/arch/i386/kernel/io_apic.c.orig Tue Feb 29 10:50:50 2000 +++ linux/arch/i386/kernel/io_apic.c Tue Feb 29 10:51:07 2000 @@ -23,6 +23,7 @@ #include <linux/sched.h> #include <linux/config.h> #include <linux/smp_lock.h> +#include <asm/hardirq.h> #include <asm/io.h> #include <asm/smp.h> |  |