mirror of
https://github.com/acpica/acpica/
synced 2025-02-08 01:24:34 +03:00
Automated cleanup.
This commit is contained in:
parent
7c7d01c61e
commit
ace9fa78b0
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Module Name: evmisc - Miscellaneous event manager support functions
|
* Module Name: evmisc - Miscellaneous event manager support functions
|
||||||
* $Revision: 1.102 $
|
* $Revision: 1.103 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -559,7 +559,7 @@ AcpiEvAcquireGlobalLock (
|
|||||||
* Only one thread can acquire the GL at a time, the GlobalLockMutex
|
* Only one thread can acquire the GL at a time, the GlobalLockMutex
|
||||||
* enforces this. This interface releases the interpreter if we must wait.
|
* enforces this. This interface releases the interpreter if we must wait.
|
||||||
*/
|
*/
|
||||||
Status = AcpiExSystemWaitMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex,
|
Status = AcpiExSystemWaitMutex (AcpiGbl_GlobalLockMutex->Mutex.OsMutex,
|
||||||
Timeout);
|
Timeout);
|
||||||
if (ACPI_FAILURE (Status))
|
if (ACPI_FAILURE (Status))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user