summaryrefslogtreecommitdiff
path: root/include/linux/msi.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2024-04-11 01:13:07 +0300
committerBjorn Helgaas <bhelgaas@google.com>2024-05-16 01:02:08 +0300
commit8a1940bca94bbf060bba4fc4f69c37270d5828f8 (patch)
tree255b01c2c959312d6a9b27f8d8c2c4d8548fd9e1 /include/linux/msi.h
parent850aae933c4bec6cc3a8bfbea0d9de70d266ecab (diff)
downloadlinux-8a1940bca94bbf060bba4fc4f69c37270d5828f8.tar.xz
Revert "genirq/msi: Provide constants for PCI/IMS support"
This reverts commit e23d4192bf9b612bce5b24f22719fd3cc6edaa69. 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/20240410221307.2162676-8-helgaas@kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/msi.h')
-rw-r--r--include/linux/msi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/msi.h b/include/linux/msi.h
index 26d07e23052e..84859a9aa091 100644
--- a/include/linux/msi.h
+++ b/include/linux/msi.h
@@ -573,8 +573,6 @@ enum {
MSI_FLAG_MSIX_CONTIGUOUS = (1 << 19),
/* PCI/MSI-X vectors can be dynamically allocated/freed post MSI-X enable */
MSI_FLAG_PCI_MSIX_ALLOC_DYN = (1 << 20),
- /* Support for PCI/IMS */
- MSI_FLAG_PCI_IMS = (1 << 21),
};
/**