swiotlb: Defer swiotlb init printing, export swiotlb_print_info()
[safe/jmp/linux-2.6] / arch / x86 / kernel / pci-swiotlb.c
index aaa6b78..ea20ef7 100644 (file)
@@ -52,8 +52,7 @@ void __init pci_swiotlb_init(void)
        if (swiotlb_force)
                swiotlb = 1;
        if (swiotlb) {
-               printk(KERN_INFO "PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n");
-               swiotlb_init();
+               swiotlb_init(0);
                dma_ops = &swiotlb_dma_ops;
        }
 }