Subject: CVS commit: src/sys/dev/acpi/acpica
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 02/19/2007 12:29:24
Module Name:	src
Committed By:	xtraeme
Date:		Mon Feb 19 12:29:24 UTC 2007

Modified Files:
	src/sys/dev/acpi/acpica: OsdSynch.c

Log Message:
AcpiOsDelete{Lock,Semaphore}: don't forget to destroy the mutex,
otherwise mutex_init might be called multiple times.

Discussed with Andrew hours ago.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/acpi/acpica/OsdSynch.c

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