From: Alex Chiang Date: Mon, 22 Feb 2010 19:11:08 +0000 (-0700) Subject: ACPI: processor: mv processor_core.c processor_driver.c X-Git-Tag: v2.6.34-rc2~37^2^7~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0131aa3dd7dcf41c66784b96ff351f63ee3ef348;p=pandora-kernel.git ACPI: processor: mv processor_core.c processor_driver.c The ACPI processor driver can be built as a module. But it has pieces of code that should always be built statically into the kernel. The plan is for processor_core.c to contain the static bits while processor_driver.c contains the module-like bits. Since the bulk of the code in the current processor_core.c is module-like, first step is to rename the file to processor_driver.c Next step will re-create processor_core.c and cherry-pick out the static bits. Acked-by: Venkatesh Pallipadi Signed-off-by: Alex Chiang Signed-off-by: Len Brown --- Reading git-diff-tree failed