Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information