mm, hotplug: fix error handling in mem_online_node()
[deliverable/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);
This page took 0.025553 seconds and 5 git commands to generate.