Deleted Added
full compact
4c4
< * $Revision: 10 $
---
> * $Revision: 12 $
127a128
>
150d150
< UINT16 CurrentSyncLevel; /* Mutex Sync (nested acquire) level */
187c187
< struct acpi_walk_list *WalkList;
---
> ACPI_THREAD_STATE *Thread;
191d190
<
195,200d193
< /*
< * Walk list - head of a tree of walk states. Multiple walk states are created when there
< * are nested control methods executing.
< */
< typedef struct acpi_walk_list
< {
202,207d194
< ACPI_WALK_STATE *WalkState;
< ACPI_OBJECT_MUTEX AcquiredMutexList; /* List of all currently acquired mutexes */
<
< } ACPI_WALK_LIST;
<
<
259,260d245
<
<
293d277
<