]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - mm/vmalloc.c
at91: use structure to store the current soc
[karo-tx-linux.git] / mm / vmalloc.c
index b5ccf3158d82440525eecceb66e0f291e7cd2795..1d34d75366a7d6902d3dd826bdcab42848c9503c 100644 (file)
@@ -2153,10 +2153,6 @@ struct vm_struct *alloc_vm_area(size_t size)
                return NULL;
        }
 
-       /* Make sure the pagetables are constructed in process kernel
-          mappings */
-       vmalloc_sync_all();
-
        return area;
 }
 EXPORT_SYMBOL_GPL(alloc_vm_area);