فهرست منبع

intel-iommu: Make iommu=pt work on i386 too

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
David Woodhouse 16 سال پیش
والد
کامیت
3238c0c4d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      arch/x86/kernel/pci-dma.c

+ 1 - 1
arch/x86/kernel/pci-dma.c

@@ -211,11 +211,11 @@ static __init int iommu_setup(char *p)
 #ifdef CONFIG_SWIOTLB
 #ifdef CONFIG_SWIOTLB
 		if (!strncmp(p, "soft", 4))
 		if (!strncmp(p, "soft", 4))
 			swiotlb = 1;
 			swiotlb = 1;
+#endif
 		if (!strncmp(p, "pt", 2)) {
 		if (!strncmp(p, "pt", 2)) {
 			iommu_pass_through = 1;
 			iommu_pass_through = 1;
 			return 1;
 			return 1;
 		}
 		}
-#endif
 
 
 		gart_parse_options(p);
 		gart_parse_options(p);