From: Wei Wang Date: Fri, 11 Nov 2011 11:04:41 +0000 (+0100) Subject: amd iommu: Disable debug output for early DTE update X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c909d6094903ece47036cb79e13ed618e5738a11;p=xen.git 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 Committed-by: Jan Beulich --- 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)); } }