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)
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>

No differences found