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)
commit2e9d5e4efa0beeca03ad550bda28027826e83e42
tree2b2c94819ff1b521933ab7fec8d430e2ce3ee91b
parent4d5d4cd88c542ff56cf7feacd29cc907f2abbfbb
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