summaryrefslogtreecommitdiff
path: root/include/acpi/platform/acenv.h
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2013-10-31 05:31:00 +0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-10-31 17:37:34 +0400
commitdba47d3af92bb2e443cdb689422bf30b498bd209 (patch)
treeca28d68dcb9069545368d892c15e81448f6afc02 /include/acpi/platform/acenv.h
parent2faa046485721c05ad3999bc6c8f6ced7017ef27 (diff)
downloadlinux-dba47d3af92bb2e443cdb689422bf30b498bd209.tar.xz
ACPICA: Fix cached object deletion code.
Function acpi_ut_delete_caches() is meant to be used to implement ACPI_ALLOCATE()/ACPI_FREE() mechanisms in ACPICA, so it should call acpi_os_free() rather than ACPI_FREE(). Linux is not affected by this issue as it uses kmem_cache instead of the ACPICA local cache, but the change helps to reduce source code differences between Linux and ACPICA upstream. [rjw: Changelog] Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/platform/acenv.h')
0 files changed, 0 insertions, 0 deletions