summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
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/acpica
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/acpica')
-rw-r--r--sys/amd64/acpica/acpi_wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c
index 9afb36c..534a774 100644
--- a/sys/amd64/acpica/acpi_wakeup.c
+++ b/sys/amd64/acpica/acpi_wakeup.c
@@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
#include <vm/pmap.h>
#include <machine/intr_machdep.h>
-#include <machine/mca.h>
+#include <x86/mca.h>
#include <machine/pcb.h>
#include <machine/pmap.h>
#include <machine/specialreg.h>
OpenPOWER on IntegriCloud