diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-10-19 19:22:04 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-10-19 19:22:04 +0000 |
| commit | d6e19ad10e90dbbe55a9824a34c8b4537d13089b (patch) | |
| tree | 00982edfadf347603463bfd30569a509a187d84d /sys/alpha | |
| parent | 4b16cf4f8af15465d9b5b73b4158859b4bbf413c (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 2 |
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> |
