summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index b93277b..00624d4 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -55,6 +55,8 @@
#include <sys/pioctl.h>
#include <sys/acct.h>
#include <sys/fcntl.h>
+#include <sys/ipl.h>
+#include <sys/mutex.h>
#include <sys/wait.h>
#include <sys/ktr.h>
#include <sys/ktrace.h>
@@ -64,10 +66,7 @@
#include <sys/sysctl.h>
#include <sys/malloc.h>
-
-#include <machine/ipl.h>
#include <machine/cpu.h>
-#include <machine/mutex.h>
#include <machine/smp.h>
#define ONSIG 32 /* NSIG for osig* syscalls. XXX. */
OpenPOWER on IntegriCloud