aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/amd64/mp_machdep.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-10-20 07:58:15 +0000
commit35e0e5b31144763b2053a8a033be4407987e7e69 (patch)
treef8963c2475693a3974f6608fa6e8c720fa433512 /sys/amd64/amd64/mp_machdep.c
parent341885a9fce84834fe9fe892fa2c577575150417 (diff)
downloadsrc-35e0e5b31144763b2053a8a033be4407987e7e69.tar.gz
src-35e0e5b31144763b2053a8a033be4407987e7e69.zip
Catch up to moving headers:
- machine/ipl.h -> sys/ipl.h - machine/mutex.h -> sys/mutex.h
Notes
Notes: svn path=/head/; revision=67365
Diffstat (limited to 'sys/amd64/amd64/mp_machdep.c')
-rw-r--r--sys/amd64/amd64/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 5ef95b3607a7..4788ee47e24f 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -42,6 +42,7 @@
#include <sys/sysctl.h>
#include <sys/malloc.h>
#include <sys/memrange.h>
+#include <sys/mutex.h>
#ifdef BETTER_CLOCK
#include <sys/dkstat.h>
#endif
@@ -65,7 +66,6 @@
#include <machine/apic.h>
#include <machine/atomic.h>
#include <machine/cpufunc.h>
-#include <machine/mutex.h>
#include <machine/mpapic.h>
#include <machine/psl.h>
#include <machine/segments.h>