cvs commit: src/sys/contrib/dev/acpica evmisc.c evxface.c
Jung-uk Kim
jkim at FreeBSD.org
Mon Sep 24 10:12:36 PDT 2007
jkim 2007-09-24 17:12:36 UTC
FreeBSD src repository
Modified files: (Branch: INTEL)
sys/contrib/dev/acpica evmisc.c evxface.c
Log:
Fix global lock recursion bug.
This patch was part of ACPI-CA 20070508 release and the
following is excerpt from its change log:
Fixed a problem where the Global Lock handle was not properly
updated if a thread that acquired the Global Lock via executing
AML code then attempted to acquire the lock via the
AcpiAcquireGlobalLock interface. Reported by Joe Liu.
Approved by: re (kensmith)
Tested by: ambrisko
Obtained from: Intel
Revision Changes Path
1.1.1.30 +14 -0 src/sys/contrib/dev/acpica/evmisc.c
1.1.1.25 +1 -10 src/sys/contrib/dev/acpica/evxface.c
More information about the cvs-src
mailing list