|
@@ -203,7 +203,7 @@ static struct irq_chip armada_370_xp_msi_irq_chip = {
|
|
|
|
|
|
|
|
static struct msi_domain_info armada_370_xp_msi_domain_info = {
|
|
static struct msi_domain_info armada_370_xp_msi_domain_info = {
|
|
|
.flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS |
|
|
.flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS |
|
|
|
- MSI_FLAG_MULTI_PCI_MSI),
|
|
|
|
|
|
|
+ MSI_FLAG_MULTI_PCI_MSI | MSI_FLAG_PCI_MSIX),
|
|
|
.chip = &armada_370_xp_msi_irq_chip,
|
|
.chip = &armada_370_xp_msi_irq_chip,
|
|
|
};
|
|
};
|
|
|
|
|
|