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:
016b6f5
)
xen: Fix find_unbound_irq in presence of ioapic irqs.
author
Stefano Stabellini
<stefano.stabellini@eu.citrix.com>
Fri, 14 May 2010 11:41:20 +0000
(12:41 +0100)
committer
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Thu, 22 Jul 2010 23:46:30 +0000
(16:46 -0700)
Don't break the assumption that the first 16 irqs are ISA irqs;
make sure that the irq is actually free before using it.
Use dynamic_irq_init_keep_chip_data instead of
dynamic_irq_init so that chip_data is not NULL (a NULL chip_data breaks
setup_vector_irq).
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
No differences found