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:
d8c5206
)
x86/ioapic.c: simplify add_pin_to_irq_node()
author
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Mon, 8 Jun 2009 10:24:11 +0000
(
03:24
-0700)
committer
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Tue, 14 Jul 2009 20:32:50 +0000
(13:32 -0700)
Rather than duplicating the same alloc/init code twice, restructure
the function to look for duplicates and then add an entry
if none is found.
This function is not performance critical; all but one of its callers
are __init functions, and the non-__init caller is for PCI device setup.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
No differences found