diff options
author | msmith <msmith@FreeBSD.org> | 2001-10-04 23:12:13 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2001-10-04 23:12:13 +0000 |
commit | ba72040ab6da527cb4f4a663259ca7417976499a (patch) | |
tree | 3c5d09bf67f1ee0a9b4f77e77f3a31bdd33a253f /sys/contrib/dev/acpica/utinit.c | |
parent | 9d39e615a85d5e81e8442ec3bf65c8dff5e393c5 (diff) | |
download | FreeBSD-src-ba72040ab6da527cb4f4a663259ca7417976499a.zip FreeBSD-src-ba72040ab6da527cb4f4a663259ca7417976499a.tar.gz |
Import of the Intel ACPI CA 20010920 snapshot.
Diffstat (limited to 'sys/contrib/dev/acpica/utinit.c')
-rw-r--r-- | sys/contrib/dev/acpica/utinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/utinit.c b/sys/contrib/dev/acpica/utinit.c index bf1511f..35c9b4f 100644 --- a/sys/contrib/dev/acpica/utinit.c +++ b/sys/contrib/dev/acpica/utinit.c @@ -1,7 +1,7 @@ /****************************************************************************** * * Module Name: utinit - Common ACPI subsystem initialization - * $Revision: 101 $ + * $Revision: 102 $ * *****************************************************************************/ @@ -350,7 +350,7 @@ AcpiUtSubsystemShutdown (void) /* Debug only - display leftover memory allocation, if any */ #ifdef ACPI_DBG_TRACK_ALLOCATIONS - AcpiUtDumpCurrentAllocations (ACPI_UINT32_MAX, NULL); + AcpiUtDumpAllocations (ACPI_UINT32_MAX, NULL); #endif return_ACPI_STATUS (AE_OK); |