diff --git a/[refs] b/[refs] index 66e854e357ca..720ded890d2f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a35c13cb808c63dd151bdd507b749e97231ef91 +refs/heads/master: ef691947d8a3d479e67652312783aedcf629320a diff --git a/trunk/mm/vmalloc.c b/trunk/mm/vmalloc.c index 5d6030235d7a..fdf4b1e88e53 100644 --- a/trunk/mm/vmalloc.c +++ b/trunk/mm/vmalloc.c @@ -2148,10 +2148,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);