diff options
-rw-r--r-- | mm/vmalloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index 5d6030235d7a..fdf4b1e88e53 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
@@ -2148,10 +2148,6 @@ struct vm_struct *alloc_vm_area(size_t size) | |||
2148 | return NULL; | 2148 | return NULL; |
2149 | } | 2149 | } |
2150 | 2150 | ||
2151 | /* Make sure the pagetables are constructed in process kernel | ||
2152 | mappings */ | ||
2153 | vmalloc_sync_all(); | ||
2154 | |||
2155 | return area; | 2151 | return area; |
2156 | } | 2152 | } |
2157 | EXPORT_SYMBOL_GPL(alloc_vm_area); | 2153 | EXPORT_SYMBOL_GPL(alloc_vm_area); |