]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/pci-gart_64.c
x86: add the capability to print fuzzy backtraces
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / pci-gart_64.c
index d2b46b48941226ee5f46b0c7a6faad6f8b9f78b7..04ca5c5221d7b12f3ac15ca8b834ffef37df2ac4 100644 (file)
@@ -167,7 +167,7 @@ static void dump_leak(void)
               iommu_leak_pages);
        for (i = 0; i < iommu_leak_pages; i += 2) {
                printk(KERN_DEBUG "%lu: ", iommu_pages-i);
-               printk_address((unsigned long) iommu_leak_tab[iommu_pages-i]);
+               printk_address((unsigned long) iommu_leak_tab[iommu_pages-i], 0);
                printk(KERN_CONT "%c", (i+1)%2 == 0 ? '\n' : ' ');
        }
        printk(KERN_DEBUG "\n");