summaryrefslogtreecommitdiff
path: root/source/components/executer/exmutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exmutex.c')
-rw-r--r--source/components/executer/exmutex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/components/executer/exmutex.c b/source/components/executer/exmutex.c
index c576ced10..c7be3e423 100644
--- a/source/components/executer/exmutex.c
+++ b/source/components/executer/exmutex.c
@@ -586,7 +586,7 @@ AcpiExReleaseAllMutexes (
ACPI_OPERAND_OBJECT *ObjDesc;
- ACPI_FUNCTION_ENTRY ();
+ ACPI_FUNCTION_NAME (ExReleaseAllMutexes);
/* Traverse the list of owned mutexes, releasing each one */
@@ -600,6 +600,9 @@ AcpiExReleaseAllMutexes (
ObjDesc->Mutex.Next = NULL;
ObjDesc->Mutex.AcquisitionDepth = 0;
+ ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
+ "Force-releasing held mutex: %p\n", ObjDesc));
+
/* Release the mutex, special case for Global Lock */
if (ObjDesc == AcpiGbl_GlobalLockMutex)