diff options
Diffstat (limited to 'mm/mmap.c')
| -rw-r--r-- | mm/mmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -2481,7 +2481,4 @@ void mm_drop_all_locks(struct mm_struct *mm) | |||
| 2481 | */ | 2481 | */ |
| 2482 | void __init mmap_init(void) | 2482 | void __init mmap_init(void) |
| 2483 | { | 2483 | { |
| 2484 | vm_area_cachep = kmem_cache_create("vm_area_struct", | ||
| 2485 | sizeof(struct vm_area_struct), 0, | ||
| 2486 | SLAB_PANIC, NULL); | ||
| 2487 | } | 2484 | } |
