diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-04-20 16:42:59 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-04-20 16:42:59 +0000 |
| commit | d1f4c44aa8aff72671f7787ea956f3b0a8dca784 (patch) | |
| tree | 89e889838b2b866e0c5191701874f86bf3cf8d84 /sys/amd64/acpica | |
| parent | 0df4d8ad7a1b675ead8dec70f291bfd4f3fd81fa (diff) | |
Diffstat (limited to 'sys/amd64/acpica')
| -rw-r--r-- | sys/amd64/acpica/acpi_wakecode.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/acpica/acpi_wakecode.S b/sys/amd64/acpica/acpi_wakecode.S index d4dc8058a01b..6a112c5ea438 100644 --- a/sys/amd64/acpica/acpi_wakecode.S +++ b/sys/amd64/acpica/acpi_wakecode.S @@ -30,9 +30,9 @@ */ #include <machine/asmacros.h> -#include <machine/ppireg.h> #include <machine/specialreg.h> #include <machine/timerreg.h> +#include <x86/ppireg.h> #include "assym.inc" |
