看板 DFBSD_commit 關於我們 聯絡資訊
commit 904de2e2e15197210e6741487615f78377366923 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Feb 14 21:37:01 2010 -0800 kernel - acpi - fix thermal thread loop * The thermal thread was sleeping in tzpool with the thermal lock held, causing anyone trying to use the lock (e.g. apm) to block for very long periods of time (sometimes forever). * Properly drop the lock when sleeping. Summary of changes: sys/dev/acpica5/acpi_thermal.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/904de2e2e15197210e6741487615f78377366923 -- DragonFly BSD source repository