fixed mutex double-grab

date	2000.08.15.23.44.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:49:53 +00:00
parent aaace1ff65
commit a59fb411a6

View File

@ -352,7 +352,7 @@ AcpiInstallAddressSpaceHandler (
* of the branch
*/
Status = AcpiNsWalkNamespace (ACPI_TYPE_ANY, Device,
ACPI_UINT32_MAX, NS_WALK_NO_UNLOCK,
ACPI_UINT32_MAX, NS_WALK_UNLOCK,
AcpiEvAddrHandlerHelper,
HandlerObj, NULL);