genirq: Update irq_set_irqchip_state documentation
authorJosh Cartwright <joshc@ni.com>
Fri, 17 Sep 2021 10:30:55 +0000 (12:30 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 17 Sep 2021 12:15:21 +0000 (14:15 +0200)
commite1a6af4b000c39148ab407362fcce3ab63b186f2
tree7ba66cba1d9fd645f13f555739ab5949c34cb7cb
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
genirq: Update irq_set_irqchip_state documentation

On RT kernels, the use of migrate_disable()/migrate_enable() is sufficient
to guarantee a task isn't moved to another CPU.  Update the
irq_set_irqchip_state() documentation to reflect this.

Signed-off-by: Josh Cartwright <joshc@ni.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210917103055.92150-1-bigeasy@linutronix.de
kernel/irq/manage.c