diff options
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r-- | kernel/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index 563f13609470..9d448ddb2247 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c | |||
@@ -380,6 +380,7 @@ out: | |||
380 | cpu_maps_update_done(); | 380 | cpu_maps_update_done(); |
381 | return err; | 381 | return err; |
382 | } | 382 | } |
383 | EXPORT_SYMBOL_GPL(cpu_up); | ||
383 | 384 | ||
384 | #ifdef CONFIG_PM_SLEEP_SMP | 385 | #ifdef CONFIG_PM_SLEEP_SMP |
385 | static cpumask_var_t frozen_cpus; | 386 | static cpumask_var_t frozen_cpus; |