]> xenbits.xensource.com Git - xen.git/commitdiff
amd iommu: Disable debug output for early DTE update
authorWei Wang <wei.wang2@amd.com>
Fri, 11 Nov 2011 11:04:41 +0000 (12:04 +0100)
committerWei Wang <wei.wang2@amd.com>
Fri, 11 Nov 2011 11:04:41 +0000 (12:04 +0100)
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>
xen/drivers/passthrough/amd/iommu_init.c

index a6ee4a04310a1b183ed9f0ba61b2961ca22a7f79..b7f94328f6e4d6d51647d3317e3aba0c6f1c0819 100644 (file)
@@ -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));
         }
     }