aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/msi.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-11-28 10:07:11 +0100
committerJan Beulich <jbeulich@suse.com>2012-11-28 10:07:11 +0100
commit899110e3f6d2a191638e8b50a981c551eeec49e6 (patch)
tree92c0c9b84bbc8f2e340900e92c05736beeacbf5a /xen/arch/x86/msi.c
parent13d6f7b55a7fa083964870c591b514f475087386 (diff)
downloadxen-899110e3f6d2a191638e8b50a981c551eeec49e6.tar.gz
xen-899110e3f6d2a191638e8b50a981c551eeec49e6.tar.bz2
xen-899110e3f6d2a191638e8b50a981c551eeec49e6.zip
AMD IOMMU: include IOMMU interrupt information in 'M' debug key output
Note that this also adds a few pieces missing from c/s 25903:5e4a00b4114c (relevant only when the PCI MSI mask bit is supported by an IOMMU, which apparently isn't the case for existing implementations). Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/msi.c')
-rw-r--r--xen/arch/x86/msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/msi.c b/xen/arch/x86/msi.c
index 62ed290b29..e40ed4fcec 100644
--- a/xen/arch/x86/msi.c
+++ b/xen/arch/x86/msi.c
@@ -263,7 +263,7 @@ static void write_msi_msg(struct msi_desc *entry, struct msi_msg *msg)
}
}
-static void set_msi_affinity(struct irq_desc *desc, const cpumask_t *mask)
+void set_msi_affinity(struct irq_desc *desc, const cpumask_t *mask)
{
struct msi_msg msg;
unsigned int dest;