Merge branch 'hid-suspend' into picolcd
[pandora-kernel.git] / arch / powerpc / kernel / iommu.c
index 5547ae6..ec94f90 100644 (file)
 
 #define DBG(...)
 
-#ifdef CONFIG_IOMMU_VMERGE
-static int novmerge = 0;
-#else
-static int novmerge = 1;
-#endif
-
+static int novmerge;
 static int protect4gb = 1;
 
 static void __iommu_free(struct iommu_table *, dma_addr_t, unsigned int);