Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c
authorderaadt <deraadt@openbsd.org>
Wed, 9 Feb 2022 23:54:32 +0000 (23:54 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 9 Feb 2022 23:54:32 +0000 (23:54 +0000)
commit5d4cdd1c5663491423cc278cfe62d2eee2537837
tree812dd09a34d526659e83c7910e003510dcb9ea95
parent0304f138cb3cdad8c95b0150467a840d92e24204
Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c
for sharing between i386 and amd64.
ok mlarkin kettenis
sys/arch/amd64/amd64/acpi_machdep.c
sys/arch/amd64/conf/files.amd64
sys/arch/i386/conf/files.i386
sys/arch/i386/i386/acpi_machdep.c
sys/dev/acpi/acpi.c
sys/dev/acpi/acpi_x86.c [new file with mode: 0644]