Completed rename of all globals to prefix "AcpiGbl_", added stack

tracing mechanism


date	2001.08.27.15.39.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:02:04 +00:00
parent 4f135b5bf5
commit f001480061

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: utalloc - local cache and memory allocation routines
* $Revision: 1.96 $
* $Revision: 1.97 $
*
*****************************************************************************/
@ -219,7 +219,8 @@ AcpiUtAcquireFromCache (
ACPI_MEM_TRACKING (CacheInfo->CacheHits++);
CacheInfo->CacheDepth--;
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Object %p from cache %d\n", Object, ListId));
ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Object %p from %s\n",
Object, AcpiGbl_MemoryLists[ListId].ListName));
AcpiUtReleaseMutex (ACPI_MTX_CACHES);