summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mp_machdep.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-01 17:40:35 +0000
committerjhb <jhb@FreeBSD.org>2010-11-01 17:40:35 +0000
commitc7dd85142ceb048a08bf4d4b0cd555ebdeff667a (patch)
tree5454d13423bd8880778afe99d72bf142693b2212 /sys/amd64/amd64/mp_machdep.c
parent8372ad0fde50dc7d92cb1ab2439d7ba31188817f (diff)
downloadFreeBSD-src-c7dd85142ceb048a08bf4d4b0cd555ebdeff667a.zip
FreeBSD-src-c7dd85142ceb048a08bf4d4b0cd555ebdeff667a.tar.gz
Move the <machine/mca.h> header to <x86/mca.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 c509b67..26ad9fd 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$");
#include <machine/clock.h>
#include <machine/cputypes.h>
#include <machine/cpufunc.h>
-#include <machine/mca.h>
+#include <x86/mca.h>
#include <machine/md_var.h>
#include <machine/mp_watchdog.h>
#include <machine/pcb.h>
OpenPOWER on IntegriCloud