summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mp_machdep.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-01 18:18:46 +0000
committerjhb <jhb@FreeBSD.org>2010-11-01 18:18:46 +0000
commite0a2a85d3a72725ab12bf363f472b29193ad6aaa (patch)
tree461b0e26957a10bc01055dc46ca272cd43fadfba /sys/amd64/amd64/mp_machdep.c
parentc7dd85142ceb048a08bf4d4b0cd555ebdeff667a (diff)
downloadFreeBSD-src-e0a2a85d3a72725ab12bf363f472b29193ad6aaa.zip
FreeBSD-src-e0a2a85d3a72725ab12bf363f472b29193ad6aaa.tar.gz
Move <machine/apicreg.h> to <x86/apicreg.h>.
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 26ad9fd..3868428 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>
-#include <machine/apicreg.h>
+#include <x86/apicreg.h>
#include <machine/clock.h>
#include <machine/cputypes.h>
#include <machine/cpufunc.h>
OpenPOWER on IntegriCloud