From: Paul E. McKenney Date: Mon, 12 Dec 2011 05:54:45 +0000 (-0800) Subject: cpu: Export cpu_up() X-Git-Tag: v3.3-rc1~193^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a513f6bab0939800dcf1e7c075e733420cf967c5;p=platform%2Fkernel%2Flinux-exynos.git cpu: Export cpu_up() Building rcutorture as a module requires cpu_up() as well as cpu_down() exported, so apply EXPORT_SYMBOL_GPL(). Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- diff --git a/kernel/cpu.c b/kernel/cpu.c index 563f136..9d448dd 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -380,6 +380,7 @@ out: cpu_maps_update_done(); return err; } +EXPORT_SYMBOL_GPL(cpu_up); #ifdef CONFIG_PM_SLEEP_SMP static cpumask_var_t frozen_cpus;