Set the irq affinity of a given irq
int irq_set_affinity(unsigned int irq, const struct cpumask * cpumask);
irq
Interrupt to set affinity
cpumask
Fails if cpumask does not contain an online CPU
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>