mirror of
https://github.com/acpica/acpica/
synced 2025-02-05 16:14:06 +03:00
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:
parent
e0046d832a
commit
a11d7714b3
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user