Re: [PATCH 3/8] genirq/affinity: factor out a irq_affinity_set helper
From: Thomas Gleixner
Date: Fri Jun 16 2017 - 06:23:39 EST
On Sat, 3 Jun 2017, Christoph Hellwig wrote:
> +
> +bool irq_affinity_set(int irq, struct irq_desc *desc, const cpumask_t *mask)
This should be named irq_affinity_force() because it circumvents the 'move
in irq context' mechanism. I'll do that myself. No need to resend.
Thanks,
tglx