Added THREAD_STATE to track threads and mutexes

date	2001.11.06.21.29.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:02:16 +00:00
parent 398ceddff2
commit 43fb529526

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utalloc - local cache and memory allocation routines
* $Revision: 1.108 $
* $Revision: 1.109 $
*
*****************************************************************************/
@ -671,6 +671,10 @@ AcpiUtDumpAllocations (
case ACPI_DESC_TYPE_STATE_NOTIFY:
AcpiOsPrintf ("NOTIFY StateObj");
break;
case ACPI_DESC_TYPE_STATE_THREAD:
AcpiOsPrintf ("THREAD StateObj");
break;
}
AcpiOsPrintf ( "\n");