mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-04 13:34:39 +00:00
vmalloc: remove vmalloc_sync_all() from alloc_vm_area()
There's no need for it: it will get faulted into the current pagetable as needed. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
parent
4a35c13cb8
commit
ef691947d8
1 changed files with 0 additions and 4 deletions
|
@ -2148,10 +2148,6 @@ struct vm_struct *alloc_vm_area(size_t size)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make sure the pagetables are constructed in process kernel
|
|
||||||
mappings */
|
|
||||||
vmalloc_sync_all();
|
|
||||||
|
|
||||||
return area;
|
return area;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(alloc_vm_area);
|
EXPORT_SYMBOL_GPL(alloc_vm_area);
|
||||||
|
|
Loading…
Add table
Reference in a new issue