mirror of
https://github.com/acpica/acpica/
synced 2025-01-31 21:55:31 +03:00
Save/restore the original thread SyncLevel. SyncLevel is 8 bits
(0-15) date 2004.04.07.19.20.00; author rmoore1; state Exp;
This commit is contained in:
parent
b029e3b928
commit
df37825706
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: aclocal.h - Internal data types used across the ACPI subsystem
|
||||
* $Revision: 1.199 $
|
||||
* $Revision: 1.200 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -598,7 +598,7 @@ typedef struct acpi_thread_state
|
||||
struct acpi_walk_state *WalkStateList; /* Head of list of WalkStates for this thread */
|
||||
union acpi_operand_object *AcquiredMutexList; /* List of all currently acquired mutexes */
|
||||
UINT32 ThreadId; /* Running thread ID */
|
||||
UINT16 CurrentSyncLevel; /* Mutex Sync (nested acquire) level */
|
||||
UINT8 CurrentSyncLevel; /* Mutex Sync (nested acquire) level */
|
||||
|
||||
} ACPI_THREAD_STATE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user