Subject: CVS commit: [jmcneill-pm] src/sys/dist/acpica
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/04/2007 23:15:39
Module Name:	src
Committed By:	joerg
Date:		Thu Oct  4 23:15:39 UTC 2007

Modified Files:
	src/sys/dist/acpica [jmcneill-pm]: evmisc.c evxface.c

Log Message:
From FreeBSD:
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.


To generate a diff of this commit:
cvs rdiff -r1.3.22.1 -r1.3.22.2 src/sys/dist/acpica/evmisc.c \
    src/sys/dist/acpica/evxface.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.