x86: Handle HW IOMMU initialization failure gracefully
[safe/jmp/linux-2.6] / arch / x86 / kernel / aperture_64.c
index 03933cf..e0dfb68 100644 (file)
@@ -458,7 +458,7 @@ out:
 
        if (aper_alloc) {
                /* Got the aperture from the AGP bridge */
-       } else if (swiotlb && !valid_agp) {
+       } else if (!valid_agp) {
                /* Do nothing */
        } else if ((!no_iommu && max_pfn > MAX_DMA32_PFN) ||
                   force_iommu ||