From: Alex Chiang Date: Sun, 20 Dec 2009 19:19:29 +0000 (-0700) Subject: ACPI: processor: finish unifying arch_acpi_processor_init_pdc() X-Git-Tag: v2.6.33-rc2~3^2~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c5807d7bc7d051fce00863ffb98d36325501eb2;p=pandora-kernel.git ACPI: processor: finish unifying arch_acpi_processor_init_pdc() The only thing arch-specific about calling _PDC is what bits get set in the input obj_list buffer. There's no need for several levels of indirection to twiddle those bits. Additionally, since we're just messing around with a buffer, we can simplify the interface; no need to pass around the entire struct acpi_processor * just to get at the buffer. 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