x86, msi: Introduce x86_msi.compose_msi_msg call-back
This call-back points to the right function for initializing the msi_msg structure. The old code for msi_msg generation was split up into the irq-remapped and the default case. The irq-remapped case just calls into the specific Intel or AMD implementation when the device is behind an IOMMU. Otherwise the default function is called. Signed-off-by:Joerg Roedel <joro@8bytes.org> Acked-by:
Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Reviewed-by:
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Showing
- arch/x86/include/asm/io_apic.h 4 additions, 0 deletionsarch/x86/include/asm/io_apic.h
- arch/x86/include/asm/x86_init.h 4 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/kernel/apic/io_apic.c 30 additions, 27 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/x86_init.c 1 addition, 0 deletionsarch/x86/kernel/x86_init.c
- drivers/iommu/irq_remapping.c 6 additions, 3 deletionsdrivers/iommu/irq_remapping.c
Please register or sign in to comment