From 2c673001fb88105f2d160032c4d4b76cb518e37f Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 29 Sep 2017 17:08:30 +0000 Subject: Import ACPICA 20170929. --- source/compiler/aslmaputils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/compiler/aslmaputils.c') diff --git a/source/compiler/aslmaputils.c b/source/compiler/aslmaputils.c index b66d176db2b6..82b1d2809bb4 100644 --- a/source/compiler/aslmaputils.c +++ b/source/compiler/aslmaputils.c @@ -212,7 +212,7 @@ MpGetHidFromParseTree ( /* Convert EISAID to a string */ - HidString = UtStringCacheCalloc (ACPI_EISAID_STRING_SIZE); + HidString = UtLocalCacheCalloc (ACPI_EISAID_STRING_SIZE); AcpiExEisaIdToString (HidString, Arg->Asl.Value.Integer); return (HidString); @@ -277,7 +277,7 @@ MpGetHidValue ( /* Convert EISAID to a string */ - HidString = UtStringCacheCalloc (ACPI_EISAID_STRING_SIZE); + HidString = UtLocalCacheCalloc (ACPI_EISAID_STRING_SIZE); AcpiExEisaIdToString (HidString, HidNode->Object->Integer.Value); return (HidString); -- cgit v1.2.3