From: Alex Chiang Date: Sun, 20 Dec 2009 19:19:19 +0000 (-0700) Subject: ACPI: processor: unify arch_acpi_processor_init_pdc X-Git-Tag: v2.6.33-rc2~3^2~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407cd87c54e76c266245e8faef8dd4a84b7254fe;p=pandora-kernel.git ACPI: processor: unify arch_acpi_processor_init_pdc The x86 and ia64 implementations of arch_acpi_processor_init_pdc() are almost exactly the same. The only difference is in what bits they set in obj_list buffer. Combine the boilerplate memory management code, and leave the arch-specific bit twiddling in separate implementations. Cc: Tony Luck Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Signed-off-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed