[PATCH 2/2][RFC] time : set broadcast irq affinity

Jacob Pan jacob.jun.pan at linux.intel.com
Mon Feb 25 18:00:35 EST 2013


On Mon, 25 Feb 2013 23:50:23 +0100
Daniel Lezcano <daniel.lezcano at linaro.org> wrote:

> Do you mean a cpumask static variable ? and something like:
> 
> if (!cpumask_test_cpu(cpu, &affinitymask)) {
> 	cpumask_set_cpu(cpu, &affinitymask);
> 	irq_set_affinity(bc->irq, &affinitymask)
> }
yeah. but i think you can use the cpumask in struct clock_event_device.

-- 
Thanks,

Jacob



More information about the linux-arm-kernel mailing list