x86/msi: Move compose message callback where it belongs
authorThomas Gleixner <tglx@linutronix.de>
Wed, 26 Aug 2020 11:16:33 +0000 (13:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2020 14:52:28 +0000 (16:52 +0200)
commitb0a19555efd098183db0ee3ad52a3cd3bfbd1ba2
tree653c56015c1c89a6128e6483b938bf8fb73e1c30
parent13b90cadfc294718dd5a89e1fcf103477b01eb50
x86/msi: Move compose message callback where it belongs

Composing the MSI message at the MSI chip level is wrong because the
underlying parent domain is the one which knows how the message should be
composed for the direct vector delivery or the interrupt remapping table
entry.

The interrupt remapping aware PCI/MSI chip does that already. Make the
direct delivery chip do the same and move the composition of the direct
delivery MSI message to the vector domain irq chip.

This prepares for the upcoming device MSI support to avoid having
architecture specific knowledge in the device MSI domain irq chips.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200826112331.157603198@linutronix.de
arch/x86/include/asm/apic.h
arch/x86/kernel/apic/msi.c
arch/x86/kernel/apic/vector.c