diff options
Diffstat (limited to 'source')
-rwxr-xr-x[-rw-r--r--] | source/include/aclocal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/aclocal.h b/source/include/aclocal.h index 3646f8c63..95815e671 100644..100755 --- a/source/include/aclocal.h +++ b/source/include/aclocal.h @@ -175,8 +175,8 @@ union acpi_parse_object; static char *AcpiGbl_MutexNames[ACPI_NUM_MUTEX] = { "ACPI_MTX_Interpreter", - "ACPI_MTX_Tables", "ACPI_MTX_Namespace", + "ACPI_MTX_Tables", "ACPI_MTX_Events", "ACPI_MTX_Caches", "ACPI_MTX_Memory", |