Enable ACPICA mutex debugging in INVARIANTS case.

This lets us detect lock order reversal in ACPICA code to avoid deadlock.
This commit is contained in:
Jung-uk Kim 2019-08-15 16:04:22 +00:00
parent 899ecf0904
commit d632f88e20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351081

View File

@ -203,6 +203,10 @@
#define DEBUGGER_THREADING 0 /* integrated with DDB */
#ifdef INVARIANTS
#define ACPI_MUTEX_DEBUG
#endif
#else /* _KERNEL */
#if __STDC_HOSTED__