On Sat, 2014-07-12 at 07:21 -0700, Tadeusz Struk wrote: > On 07/11/2014 01:33 PM, Tim Chen wrote: > > +unsigned long nr_running_cpu(int cpu) > > +{ > > + if (cpumask_test_cpu(cpu, cpu_online_mask)) > > + return cpu_rq(cpu)->nr_running; > > + else > > + return 0; > > +} > > + > EXPORT_SYMBOL? Yes, thanks. Tim -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html