aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Wang <wei.wang2@amd.com>2011-11-11 12:04:41 +0100
committerWei Wang <wei.wang2@amd.com>2011-11-11 12:04:41 +0100
commitc909d6094903ece47036cb79e13ed618e5738a11 (patch)
treec462f157a876e8b9cbeeed44de1ab14c29862204
parent6757a17b2aaac00dbcb12d1a32adcd76e7b68be6 (diff)
downloadxen-c909d6094903ece47036cb79e13ed618e5738a11.tar.gz
xen-c909d6094903ece47036cb79e13ed618e5738a11.tar.bz2
xen-c909d6094903ece47036cb79e13ed618e5738a11.zip
amd iommu: Disable debug output for early DTE update
Some systems may have IVHD device entries that cover large device id range. Having those entries displayed will take very long time to boot. Signed-off-by: Wei Wang <wei.wang2@amd.com> Committed-by: Jan Beulich <jbeulich@suse.com>
-rw-r--r--xen/drivers/passthrough/amd/iommu_init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/drivers/passthrough/amd/iommu_init.c b/xen/drivers/passthrough/amd/iommu_init.c
index a6ee4a0431..b7f94328f6 100644
--- a/xen/drivers/passthrough/amd/iommu_init.c
+++ b/xen/drivers/passthrough/amd/iommu_init.c
@@ -838,10 +838,6 @@ static int __init amd_iommu_setup_device_table(
amd_iommu_set_intremap_table(
dte, (u64)virt_to_maddr(intr_tb), iommu_intremap);
-
- AMD_IOMMU_DEBUG("Add device table entry: device id = 0x%04x, "
- "interupt table = 0x%"PRIx64"\n", bdf,
- (u64)virt_to_maddr(intr_tb));
}
}