Loading arch/x86/kernel/pci-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -211,11 +211,11 @@ static __init int iommu_setup(char *p) #ifdef CONFIG_SWIOTLB if (!strncmp(p, "soft", 4)) swiotlb = 1; #endif if (!strncmp(p, "pt", 2)) { iommu_pass_through = 1; return 1; } #endif gart_parse_options(p); Loading Loading
arch/x86/kernel/pci-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -211,11 +211,11 @@ static __init int iommu_setup(char *p) #ifdef CONFIG_SWIOTLB if (!strncmp(p, "soft", 4)) swiotlb = 1; #endif if (!strncmp(p, "pt", 2)) { iommu_pass_through = 1; return 1; } #endif gart_parse_options(p); Loading