Added timeout and Global Lock Handle to global lock Acquire/Release as

per the EPS.


date	2001.12.18.21.07.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:13:44 +00:00
parent e0046d832a
commit a11d7714b3

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utglobal - Global variables for the ACPI subsystem
* $Revision: 1.142 $
* $Revision: 1.143 $
*
*****************************************************************************/
@ -769,6 +769,7 @@ AcpiUtInitGlobals (
AcpiGbl_GlobalLockAcquired = FALSE;
AcpiGbl_GlobalLockThreadCount = 0;
AcpiGbl_GlobalLockHandle = 0;
/* Miscellaneous variables */