powerpc/pci: Drop XIVE restriction on MSI domains
[sfrench/cifs-2.6.git] / arch / powerpc / platforms / pseries / msi.c
index e2127a3f7ebddeeed668b1e973a033e99afc8909..e196cc1b8540e058434a936052af95026afc7198 100644 (file)
@@ -720,10 +720,6 @@ int pseries_msi_allocate_domains(struct pci_controller *phb)
 {
        int count;
 
-       /* Only supported by the XIVE driver */
-       if (!xive_enabled())
-               return -ENODEV;
-
        if (!__find_pe_total_msi(phb->dn, &count)) {
                pr_err("PCI: failed to find MSIs for bridge %pOF (domain %d)\n",
                       phb->dn, phb->global_number);