commit | 7ddfb650c7ef7a33a5ef11c0fdf5b3d837a47dba | [log] [tgz] |
---|---|---|
author | Suresh Siddha <suresh.b.siddha@intel.com> | Wed Aug 20 17:22:51 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Oct 16 16:52:59 2008 +0200 |
tree | 08095ab77f9ca60ccb8b3c4d870e0ddcd9c54f0b | |
parent | 0c425cec64eb0c0d0dd7037c21a25585cbe3636c [diff] |
sparseirq: fix intr-remap with dyn_array/nr_irqs changes] In irq_2_iommu_alloc() and set_irte_irq(), irq_to_desc or irq_2_iommu pointers may not be allocated. So use the routines which will allocate them if they are not already allocated. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>