]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: processor: export acpi_get_cpuid()
authorAlex Chiang <achiang@hp.com>
Mon, 22 Feb 2010 19:11:19 +0000 (12:11 -0700)
committerLen Brown <len.brown@intel.com>
Mon, 15 Mar 2010 01:17:18 +0000 (21:17 -0400)
commit3c52bece6e9f876030753e93fe04998f9d2af07d
tree2b2c94819ff1b521933ab7fec8d430e2ce3ee91b
parent7c56c3436c337d23b1dd339ff5fa25db5b8183d6
ACPI: processor: export acpi_get_cpuid()

Rename static get_cpu_id() to acpi_get_cpuid() and export it.

This change also gives us an opportunity to remove the
#ifndef CONFIG_SMP from processor_driver.c and into a header file
where it properly belongs.

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/processor_driver.c
include/acpi/processor.h