aboutsummaryrefslogtreecommitdiff
path: root/subversion/libsvn_fs_fs
diff options
context:
space:
mode:
authorAymeric Wibo <obiwac@FreeBSD.org>2026-01-19 13:19:52 +0000
committerAymeric Wibo <obiwac@FreeBSD.org>2026-01-19 16:30:10 +0000
commit4b534b814aa03b44660ede6d5f1a62cb33c24115 (patch)
treee264e186cabe6db0bcd827db8b69dbc862a5e3c9 /subversion/libsvn_fs_fs
parent709a53c8b20b5770f7e2f117d4799b5617479976 (diff)
acpi: Fix not calling AcpiLeaveSleepState() in S3 pathHEADmain
When resuming from ACPI suspend, the ACPI_SS_SLP_PREP bit in slp_state was being checked and subsequently unset when calling resumeclock(). This bit was also being checked for the AcpiLeaveSleepState() call in the non-s2idle path, but having just been unset, it was never actually being called. Change this so that resumeclock() is always being called (since we never goto breakout between suspendclock() and resumeclock() anyway) and ACPI_SS_SLP_PREP is purely used for AcpiEnterSleepStatePrep() and AcpiLeaveSleepState() in the non-s2idle paths. PR: 292568 Reported by: Marek Zarychta Reviewed by: olce Tested by: Marek Zarychta Approved by: olce Fixes: 7669cbd0f064 (“acpi: Suspend-to-idle support (s2idle)”) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D54777
Diffstat (limited to 'subversion/libsvn_fs_fs')
0 files changed, 0 insertions, 0 deletions