Skip to content

Commit 8a1940b

Browse files
committed
Revert "genirq/msi: Provide constants for PCI/IMS support"
This reverts commit e23d419. IMS (Interrupt Message Store) support appeared in v6.2, but there are no users yet. Remove it for now. We can add it back when a user comes along. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Kevin Tian <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]>
1 parent 850aae9 commit 8a1940b

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

include/linux/irqdomain_defs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ enum irq_domain_bus_token {
2525
DOMAIN_BUS_PCI_DEVICE_MSIX,
2626
DOMAIN_BUS_DMAR,
2727
DOMAIN_BUS_AMDVI,
28-
DOMAIN_BUS_PCI_DEVICE_IMS,
2928
DOMAIN_BUS_DEVICE_MSI,
3029
DOMAIN_BUS_WIRED_TO_MSI,
3130
};

include/linux/msi.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,6 @@ enum {
573573
MSI_FLAG_MSIX_CONTIGUOUS = (1 << 19),
574574
/* PCI/MSI-X vectors can be dynamically allocated/freed post MSI-X enable */
575575
MSI_FLAG_PCI_MSIX_ALLOC_DYN = (1 << 20),
576-
/* Support for PCI/IMS */
577-
MSI_FLAG_PCI_IMS = (1 << 21),
578576
};
579577

580578
/**

include/linux/msi_api.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ struct device;
1515
*/
1616
enum msi_domain_ids {
1717
MSI_DEFAULT_DOMAIN,
18-
MSI_SECONDARY_DOMAIN,
1918
MSI_MAX_DEVICE_IRQDOMAINS,
2019
};
2120

0 commit comments

Comments
 (0)