Skip to content

Commit 6516d5a

Browse files
committed
genirq/irqdomain: Add DOMAIN_BUS_DEVICE_MSI
Add a new domain bus token to prepare for device MSI which aims to replace the existing platform MSI maze. Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Anup Patel <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ac81e94 commit 6516d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/irqdomain_defs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ enum irq_domain_bus_token {
2626
DOMAIN_BUS_DMAR,
2727
DOMAIN_BUS_AMDVI,
2828
DOMAIN_BUS_PCI_DEVICE_IMS,
29+
DOMAIN_BUS_DEVICE_MSI,
2930
};
3031

3132
#endif /* _LINUX_IRQDOMAIN_DEFS_H */

0 commit comments

Comments
 (0)