aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlex Chiang <achiang@hp.com>2010-02-22 12:11:14 -0700
committerLen Brown <len.brown@intel.com>2010-03-14 21:17:17 -0400
commit4d5d4cd88c542ff56cf7feacd29cc907f2abbfbb (patch)
treef1a003048703173276e165be8239778d892a5214 /include
parentACPI: processor: mv processor_core.c processor_driver.c (diff)
downloadlinux-dev-4d5d4cd88c542ff56cf7feacd29cc907f2abbfbb.tar.xz
linux-dev-4d5d4cd88c542ff56cf7feacd29cc907f2abbfbb.zip
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 <venkatesh.pallipadi@intel.com> Signed-off-by: Alex Chiang <achiang@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/acpi/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 1172c27adadf..7bb0b8b9332e 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -320,7 +320,7 @@ static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit)
#endif /* CONFIG_CPU_FREQ */
-/* in processor_pdc.c */
+/* in processor_core.c */
void acpi_processor_set_pdc(acpi_handle handle);
/* in processor_throttling.c */