Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a513f6ba authored by Paul E. McKenney's avatar Paul E. McKenney Committed by Paul E. McKenney
Browse files

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: default avatarPaul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 4f89b336
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -380,6 +380,7 @@ int __cpuinit cpu_up(unsigned int cpu)
	cpu_maps_update_done();
	return err;
}
EXPORT_SYMBOL_GPL(cpu_up);

#ifdef CONFIG_PM_SLEEP_SMP
static cpumask_var_t frozen_cpus;