aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/idle
diff options
context:
space:
mode:
authorThomas Renninger <trenn@suse.de>2012-01-19 18:18:43 +0100
committerLen Brown <len.brown@intel.com>2012-01-19 21:26:32 -0500
commit99b725084450bbc6f8e1ab20a0df4cc291c342b5 (patch)
tree74d4dd48ff460cc92cf55c19aef8b5c52448e825 /drivers/idle
parentACPI processor hotplug: Split up acpi_processor_add (diff)
downloadlinux-dev-99b725084450bbc6f8e1ab20a0df4cc291c342b5.tar.xz
linux-dev-99b725084450bbc6f8e1ab20a0df4cc291c342b5.zip
ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged cores
Delay the setting up of features (cpuidle, throttling by calling acpi_processor_start()) to the time when the hotplugged core got onlined the first time and got fully initialized. Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/idle')
-rw-r--r--drivers/idle/intel_idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 20bce51c2e82..54ab97bae042 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -527,7 +527,7 @@ int intel_idle_cpu_init(int cpu)
return 0;
}
-
+EXPORT_SYMBOL_GPL(intel_idle_cpu_init);
static int __init intel_idle_init(void)
{