git: DragonFly_RELEASE_5_0 kernel - Increase ACPI_SEMAPHORES_MAX_PENDING
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Oct 18 21:45:26 PDT 2017
commit e9d0ec67521e19e0954cf6be6516d0aed7e25f64
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Oct 18 21:43:27 2017 -0700
kernel - Increase ACPI_SEMAPHORES_MAX_PENDING
* Increase ACPI_SEMAPHORES_MAX_PENDING to a very large number.
Some of the ACPI codes assumes that mutexes always succeed,
but the mutex code uses the semaphore code and the semaphore
code appears to have an arbitrary failure path based on the
number of concurrent requests.
* This fixes kernel confusion and console spam from the ACPI
subsystem when running sysctl -a concurrently on more than
4 threads.
Summary of changes:
sys/dev/acpica/Osd/OsdSynch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e9d0ec67521e19e0954cf6be6516d0aed7e25f64
--
DragonFly BSD source repository
More information about the Commits
mailing list