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:
8f9ca47
)
x86/irq: optimize nr_irqs
author
Yinghai Lu
<yinghai@kernel.org>
Mon, 9 Feb 2009 00:18:03 +0000
(16:18 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Feb 2009 08:21:27 +0000
(09:21 +0100)
Impact: make nr_irqs depend more on cards used in a system
depend on nr_irq_gsi more, and have a ratio for MSI.
v2: make nr_irqs less than NR_VECTORS * nr_cpu_ids
aka if only one cpu, we only can support nr_irqs = NR_VECTORS
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found