File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ enum irq_domain_bus_token {
25
25
DOMAIN_BUS_PCI_DEVICE_MSIX ,
26
26
DOMAIN_BUS_DMAR ,
27
27
DOMAIN_BUS_AMDVI ,
28
- DOMAIN_BUS_PCI_DEVICE_IMS ,
29
28
DOMAIN_BUS_DEVICE_MSI ,
30
29
DOMAIN_BUS_WIRED_TO_MSI ,
31
30
};
Original file line number Diff line number Diff line change @@ -573,8 +573,6 @@ enum {
573
573
MSI_FLAG_MSIX_CONTIGUOUS = (1 << 19 ),
574
574
/* PCI/MSI-X vectors can be dynamically allocated/freed post MSI-X enable */
575
575
MSI_FLAG_PCI_MSIX_ALLOC_DYN = (1 << 20 ),
576
- /* Support for PCI/IMS */
577
- MSI_FLAG_PCI_IMS = (1 << 21 ),
578
576
};
579
577
580
578
/**
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ struct device;
15
15
*/
16
16
enum msi_domain_ids {
17
17
MSI_DEFAULT_DOMAIN ,
18
- MSI_SECONDARY_DOMAIN ,
19
18
MSI_MAX_DEVICE_IRQDOMAINS ,
20
19
};
21
20
You can’t perform that action at this time.
0 commit comments