Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/acpica/dist/utilities __USE a debugging var...



details:   https://anonhg.NetBSD.org/src/rev/2f734a083ec5
branches:  trunk
changeset: 790580:2f734a083ec5
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 17 21:12:56 2013 +0000

description:
__USE a debugging variable

diffstat:

 sys/external/bsd/acpica/dist/utilities/utmutex.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 1a02b34048e5 -r 2f734a083ec5 sys/external/bsd/acpica/dist/utilities/utmutex.c
--- a/sys/external/bsd/acpica/dist/utilities/utmutex.c  Thu Oct 17 21:12:24 2013 +0000
+++ b/sys/external/bsd/acpica/dist/utilities/utmutex.c  Thu Oct 17 21:12:56 2013 +0000
@@ -344,6 +344,7 @@
     ThisThreadId = AcpiOsGetThreadId ();
     ACPI_DEBUG_PRINT ((ACPI_DB_MUTEX, "Thread %u releasing Mutex [%s]\n",
         (UINT32) ThisThreadId, AcpiUtGetMutexName (MutexId)));
+    __USE(ThisThreadId);
 
     if (MutexId > ACPI_MAX_MUTEX)
     {



Home | Main Index | Thread Index | Old Index