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:
a0cd9ca
)
genirq: Simplify affinity related code
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 7 Feb 2011 15:46:58 +0000
(16:46 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:07 +0000
(12:58 +0100)
There is lot of #ifdef CONFIG_GENERIC_PENDING_IRQ along with
duplicated code in the irq core. Move the #ifdeffery into one place
and cleanup the code so it's readable. No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found