Lv Zheng dba47d3af9 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>
2013-10-31 14:37:34 +01:00
..
2013-08-27 01:29:04 +02:00
2013-08-27 01:29:04 +02:00
2013-04-28 01:54:08 +02:00
2013-08-27 01:29:04 +02:00
2013-08-30 14:13:50 +02:00
2013-08-23 10:22:29 +02:00
2013-08-27 01:29:04 +02:00
2013-08-29 17:23:33 -06:00
2013-08-27 01:28:17 +02:00
2013-09-10 23:14:53 +02:00
2013-08-27 01:29:04 +02:00
2013-01-17 14:11:06 +01:00
2013-08-30 14:13:50 +02:00
2013-08-27 01:25:28 +02:00
2013-08-27 01:40:40 +02:00