genirq: Always apply cpu online mask
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Feb 2011 16:05:08 +0000 (17:05 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:07 +0000 (12:58 +0100)
commit569bda8df11effa03e618729293c7961696abb10
treeb0aed74a4b00a481738dc76a739f6f67e09a99c1
parentb008207cbd0d5ce606a1a2ac52826e0ab37d0b99
genirq: Always apply cpu online mask

If the affinity had been set by the user, then a later request_irq()
will honour that setting. But online cpus can have changed. So apply
the online mask and for this case as well.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/manage.c
This page took 0.026338 seconds and 5 git commands to generate.