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:
aa99ec0
)
genirq: Query arch for number of early descriptors
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 27 Sep 2010 18:55:03 +0000
(20:55 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 12 Oct 2010 14:39:08 +0000
(16:39 +0200)
sparse irq sets up NR_IRQS_LEGACY irq descriptors and archs then go
ahead and allocate more.
Use the unused return value of arch_probe_nr_irqs() to let the
architecture return the number of early allocations. Fix up all users.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
No differences found