diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/Makefrag.am | 4 | ||||
-rw-r--r-- | i386/i386/irq.c | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/i386/Makefrag.am b/i386/Makefrag.am index 59571416..b2b4f77f 100644 --- a/i386/Makefrag.am +++ b/i386/Makefrag.am @@ -102,8 +102,6 @@ libkernel_a_SOURCES += \ i386/i386/io_perm.c \ i386/i386/io_perm.h \ i386/i386/ipl.h \ - i386/i386/irq.c \ - i386/i386/irq.h \ i386/i386/ktss.c \ i386/i386/ktss.h \ i386/i386/kttd_interface.c \ @@ -157,6 +155,8 @@ libkernel_a_SOURCES += \ i386/i386/hardclock.c \ i386/i386/hardclock.h \ i386/i386/io_map.c \ + i386/i386/irq.c \ + i386/i386/irq.h \ i386/i386/pic.c \ i386/i386/pic.h \ i386/i386/pit.c \ diff --git a/i386/i386/irq.c b/i386/i386/irq.c index c65d2ea2..35681191 100644 --- a/i386/i386/irq.c +++ b/i386/i386/irq.c @@ -21,6 +21,7 @@ #include <device/intr.h> #include <mach/kern_return.h> #include <kern/queue.h> +#include <kern/assert.h> #include <machine/machspl.h> extern queue_head_t main_intr_queue; |