+42
−4
Loading
mainline inclusion from mainline-v5.11-rc1 commit 8073c1ac category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAU6ZD Reference: https://github.com/torvalds/linux/commit/8073c1ac82c12aaf1b475a3ce5328d43b3eaa4ae -------------------------------- commit 8073c1ac upstream Architectures like x86 have their MSI messages in various bits of the data, address_lo and address_hi field. Composing or decomposing these messages with bitmasks and shifts is possible, but unreadable gunk. Allow architectures to provide an architecture specific representation for each member of msi_msg. Provide empty defaults for each and stick them into an union. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
David Woodhouse <dwmw@amazon.co.uk> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20201024213535.443185-12-dwmw2@infradead.org Signed-off-by:
PvsNarasimha <PVS.NarasimhaRao@amd.com>