From: Joerg Roedel Date: Wed, 26 Sep 2012 10:44:49 +0000 (+0200) Subject: x86, msi: Introduce x86_msi.compose_msi_msg call-back X-Git-Tag: v3.9-rc1~169^2~1^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7601384f91be1a5ea60cb4ef6e28cad628e6cd1e;p=pandora-kernel.git 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 Acked-by: Sebastian Andrzej Siewior Reviewed-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed