Re: [PATCH] cxl: Add generic MSI/MSI-X interrupt support
From: Davidlohr Bueso
Date: Thu Oct 13 2022 - 15:17:49 EST
On Thu, 13 Oct 2022, Davidlohr Bueso wrote:
if (cxl_pci_alloc_irq_vectors(cxlds) > 0) {
bleh this should be == 0 of course.
cxl_setup_mbox_irq();
cxl_setup_events_irq();
cxl_setup_pmu_irq();
}