HomeFreeBSD

amd64/acpica/acpi_wakeup.c: do not store to WARMBOOT_OFF in efi_boot case

Description

amd64/acpica/acpi_wakeup.c: do not store to WARMBOOT_OFF in efi_boot case

Split acpi_wakeup_cpus() into acpi_wakeup_cpus_bios() and
acpi_wakeup_cpus_efi(). The former needs to manipulate zero page and
CMOS state, the later does not.

Referenced commit left the write to WARMBOOT_OFF in case of
acpi_wakeup_ap() failed.

Fixes: e99255c8a6cae324aeede7f5013d080a2d361e3f
Reviewed by: imp
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D55205

Details

Provenance
kibAuthored on Feb 10 2026, 1:37 AM
Reviewer
imp
Differential Revision
D55205: amd64/acpica/acpi_wakeup.c: do not store to WARMBOOT_OFF in efi_boot case
Parents
rGecadac729a1b: sys/event.h: reduce namespace pollution from sys/abi_compat.h
Branches
Unknown
Tags
Unknown