From 71938e9fcdc7dcdcee180aaf1693bdfbc2f62749 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 5 Oct 2000 23:09:57 +0000 Subject: - Heavyweight interrupt threads on the alpha for device I/O interrupts. - Make softinterrupts (SWI's) almost completely MI, and divorce them completely from the x86 hardware interrupt code. - The ihandlers array is now gone. Instead, there is a MI shandlers array that just contains SWI handlers. - Most of the former machine/ipl.h files have moved to a new sys/ipl.h. - Stub out all the spl*() functions on all architectures. Submitted by: dfr --- sys/kern/subr_taskqueue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/subr_taskqueue.c') diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c index 422fa86..3fa0f05 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -33,8 +33,8 @@ #include #include #include +#include #include -#include MALLOC_DEFINE(M_TASKQUEUE, "taskqueue", "Task Queues"); -- cgit v1.1