From: Alex Chiang Date: Sun, 20 Dec 2009 19:23:21 +0000 (-0700) Subject: ACPI: processor: remove _PDC object list from struct acpi_processor X-Git-Tag: v2.6.33-rc2~3^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59897fe443b5b0a71e135ef4020d1937c9f8901;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed