diff options
Diffstat (limited to 'mm/nommu.c')
-rw-r--r-- | mm/nommu.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mm/nommu.c b/mm/nommu.c index 1f60194d9b9b..2b16b00a5b11 100644 --- a/mm/nommu.c +++ b/mm/nommu.c | |||
@@ -262,6 +262,14 @@ void vunmap(void *addr) | |||
262 | } | 262 | } |
263 | 263 | ||
264 | /* | 264 | /* |
265 | * Implement a stub for vmalloc_sync_all() if the architecture chose not to | ||
266 | * have one. | ||
267 | */ | ||
268 | void __attribute__((weak)) vmalloc_sync_all(void) | ||
269 | { | ||
270 | } | ||
271 | |||
272 | /* | ||
265 | * sys_brk() for the most part doesn't need the global kernel | 273 | * sys_brk() for the most part doesn't need the global kernel |
266 | * lock, except when an application is doing something nasty | 274 | * lock, except when an application is doing something nasty |
267 | * like trying to un-brk an area that has already been mapped | 275 | * like trying to un-brk an area that has already been mapped |