From: Pallipadi, Venkatesh Date: Sat, 20 Jun 2009 00:14:59 +0000 (-0700) Subject: ACPI: pdc init related memory leak with physical CPU hotplug X-Git-Tag: v2.6.31-rc1~12^2~9^13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b768f07dce463a054c9dd84862d15ccc3d2b712;p=pandora-kernel.git ACPI: pdc init related memory leak with physical CPU hotplug arch_acpi_processor_cleanup_pdc() in x86 and ia64 results in memory allocated for _PDC objects that is never freed and will cause memory leak in case of physical CPU remove and add. Patch fixes the memory leak by freeing the objects soon after _PDC is evaluated. Reported-by: Bjorn Helgaas Signed-off-by: Venkatesh Pallipadi Signed-off-by: Len Brown --- Reading git-diff-tree failed