CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/15 14:17:12
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:
Since acpitoshiba brightness button processing no longer plays games
with AML parsing outside the acpi thread, the locking-release dance
around wsdisplay_{suspend,resume} can be removed
ok kettenis
