diff options
Diffstat (limited to 'kern/thread_swap.c')
-rw-r--r-- | kern/thread_swap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread_swap.c b/kern/thread_swap.c index a5fc0523..bfb39239 100644 --- a/kern/thread_swap.c +++ b/kern/thread_swap.c @@ -55,7 +55,7 @@ #include <kern/sched_prim.h> #include <kern/processor.h> #include <kern/thread_swap.h> -#include <machine/machspl.h> /* for splsched */ +#include <machine/spl.h> /* for splsched */ |