summaryrefslogtreecommitdiff
path: root/source/include/acglobal.h
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2015-08-27 08:04:07 -0700
committerRobert Moore <Robert.Moore@intel.com>2015-08-27 08:04:07 -0700
commit6b2701f619040e803313363f516b200e362a9100 (patch)
tree9518c633b2b18c73aec1bd0dd8a4cdc284d0522b /source/include/acglobal.h
parent52617d2be09ab0e6068099dd5513c3fdeb34f0ef (diff)
downloadacpica-6b2701f619040e803313363f516b200e362a9100.tar.gz
Debugger: Update mutexes used for multithreaded debugger
Make these mutex objects independent of the deadlock detection mechanism. This mechanism caused failures with the multithread debugger.
Diffstat (limited to 'source/include/acglobal.h')
-rw-r--r--source/include/acglobal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/acglobal.h b/source/include/acglobal.h
index 2d8bd88cb..2733f39ec 100644
--- a/source/include/acglobal.h
+++ b/source/include/acglobal.h
@@ -433,6 +433,9 @@ ACPI_GLOBAL (UINT16, AcpiGbl_NodeTypeCountMisc);
ACPI_GLOBAL (UINT32, AcpiGbl_NumNodes);
ACPI_GLOBAL (UINT32, AcpiGbl_NumObjects);
+ACPI_GLOBAL (ACPI_MUTEX, AcpiGbl_DbCommandReady);
+ACPI_GLOBAL (ACPI_MUTEX, AcpiGbl_DbCommandComplete);
+
#endif /* ACPI_DEBUGGER */