]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: processor: remove _PDC object list from struct acpi_processor
authorAlex Chiang <achiang@hp.com>
Sun, 20 Dec 2009 19:23:21 +0000 (12:23 -0700)
committerLen Brown <len.brown@intel.com>
Tue, 22 Dec 2009 08:35:16 +0000 (03:35 -0500)
commitc7b6f54886007793cebb052d6ee0d194dcff89c0
treeb262246e9e278e683d603b4c159c8d42183dfaf6
parent3e6657bfa88e35418be73fcde6e8057cea109ac7
ACPI: processor: remove _PDC object list from struct acpi_processor

When we call _PDC, we get a handle to the processor, allocate the
object list buffer as needed, and free it immediately after calling
_PDC.

There's no need to drag around this object list with us everywhere
else, so let's just get rid of it.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
include/acpi/processor.h