aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/acpica
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-04-20 16:42:59 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-04-20 16:42:59 +0000
commitde4da6cd04bf299e46f0c65d4bfd9fa94bf00f08 (patch)
tree8298e0a030c481fcf579639b1efc32e3c200d343 /sys/i386/acpica
parentd1f4c44aa8aff72671f7787ea956f3b0a8dca784 (diff)
downloadsrc-de4da6cd04bf299e46f0c65d4bfd9fa94bf00f08.tar.gz
src-de4da6cd04bf299e46f0c65d4bfd9fa94bf00f08.zip
x86: Move i386 timerreg.h to x86
Reviewed by: emaste, jhb Differential Revision: https://reviews.freebsd.org/D39656 MFC after: 1 month
Diffstat (limited to 'sys/i386/acpica')
-rw-r--r--sys/i386/acpica/acpi_wakecode.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/acpica/acpi_wakecode.S b/sys/i386/acpica/acpi_wakecode.S
index ccbc67e5f588..af6567d9d0a8 100644
--- a/sys/i386/acpica/acpi_wakecode.S
+++ b/sys/i386/acpica/acpi_wakecode.S
@@ -31,8 +31,8 @@
#include <machine/asmacros.h>
#include <machine/specialreg.h>
-#include <machine/timerreg.h>
#include <x86/ppireg.h>
+#include <x86/timerreg.h>
#include "assym.inc"