]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: processor: mv processor_pdc.c processor_core.c
authorAlex Chiang <achiang@hp.com>
Mon, 22 Feb 2010 19:11:14 +0000 (12:11 -0700)
committerLen Brown <len.brown@intel.com>
Mon, 15 Mar 2010 01:17:17 +0000 (21:17 -0400)
commit7c56c3436c337d23b1dd339ff5fa25db5b8183d6
treef1a003048703173276e165be8239778d892a5214
parent26df79a04421eba78d64d007777d9f1995cc3e72
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>
drivers/acpi/Makefile
drivers/acpi/processor_core.c [new file with mode: 0644]
drivers/acpi/processor_pdc.c [deleted file]
include/acpi/processor.h