CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/15 09:54:48
Modified files:
sys/arch/arm64/dev: apm.c
sys/arch/macppc/dev: apm.c
sys/dev/acpi : acpi_x86.c
sys/kern : subr_suspend.c
sys/sys : device.h
Log message:
when the MI suspend code encounters problems, we need a way to
reset the MD state before bailing out. New MD function sleep_abort()
does that.
