From: Alex Chiang Date: Mon, 22 Feb 2010 19:11:14 +0000 (-0700) Subject: ACPI: processor: mv processor_pdc.c processor_core.c X-Git-Tag: v2.6.34-rc2~37^2^7~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5d4cd88c542ff56cf7feacd29cc907f2abbfbb;p=pandora-kernel.git ACPI: processor: mv processor_pdc.c processor_core.c We've renamed the old processor_core.c to processor_driver.c, to convey the idea that it can be built modular and has driver-like bits. Now let's re-create a processor_core.c for the bits needed statically by the rest of the kernel. The contents of processor_pdc.c are a good starting spot, so let's just rename that file and complete our three card monte. Acked-by: Venkatesh Pallipadi Signed-off-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed