summaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorLv Zheng2013-10-31 02:31:00 +0100
committerRafael J. Wysocki2013-10-31 14:37:34 +0100
commitdba47d3af92bb2e443cdb689422bf30b498bd209 (patch)
treeca28d68dcb9069545368d892c15e81448f6afc02 /include/acpi
parentACPICA: Remove dead AOPOBJ_INVALID check. (diff)
downloadkernel-qcow2-linux-dba47d3af92bb2e443cdb689422bf30b498bd209.tar.gz
kernel-qcow2-linux-dba47d3af92bb2e443cdb689422bf30b498bd209.tar.xz
kernel-qcow2-linux-dba47d3af92bb2e443cdb689422bf30b498bd209.zip
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')
0 files changed, 0 insertions, 0 deletions