Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336651
b: refs/heads/master
c: 2489ef0
h: refs/heads/master
i:
  336649: 67f80ea
  336647: 078afc7
v: v3
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 3fdb29d commit 50cbd34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bee6dc39cfa4be083e8c11cee0867eb7dc56895b
refs/heads/master: 2489ef01849d3d7f62f53b47c245017406f02d32
6 changes: 5 additions & 1 deletion trunk/drivers/acpi/acpica/exmutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void acpi_ex_release_all_mutexes(struct acpi_thread_state *thread)
union acpi_operand_object *next = thread->acquired_mutex_list;
union acpi_operand_object *obj_desc;

ACPI_FUNCTION_ENTRY();
ACPI_FUNCTION_NAME(ex_release_all_mutexes);

/* Traverse the list of owned mutexes, releasing each one */

Expand All @@ -473,6 +473,10 @@ void acpi_ex_release_all_mutexes(struct acpi_thread_state *thread)
obj_desc->mutex.next = NULL;
obj_desc->mutex.acquisition_depth = 0;

ACPI_DEBUG_PRINT((ACPI_DB_EXEC,
"Force-releasing held mutex: %p\n",
obj_desc));

/* Release the mutex, special case for Global Lock */

if (obj_desc == acpi_gbl_global_lock_mutex) {
Expand Down

0 comments on commit 50cbd34

Please sign in to comment.