aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-10-19 19:22:04 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-10-19 19:22:04 +0000
commitd6e19ad10e90dbbe55a9824a34c8b4537d13089b (patch)
tree00982edfadf347603463bfd30569a509a187d84d /sys/alpha
parent4b16cf4f8af15465d9b5b73b4158859b4bbf413c (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/alpha/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 566b073ef1f8..c4a3e1b92e0a 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -98,12 +98,12 @@
#include <sys/systm.h>
#include <sys/eventhandler.h>
#include <sys/sysproto.h>
-#include <sys/mutex.h>
#include <sys/ktr.h>
#include <sys/signalvar.h>
#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/lock.h>
+#include <sys/mutex.h>
#include <sys/pcpu.h>
#include <sys/malloc.h>
#include <sys/reboot.h>