git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b008207
)
genirq: Always apply cpu online mask
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 7 Feb 2011 16:05:08 +0000
(17:05 +0100)
committer
Thomas 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