diff options
Diffstat (limited to 'mm/vmalloc.c')
| -rw-r--r-- | mm/vmalloc.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index d8087f0db507..9f909622a25e 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c  | |||
| @@ -2065,6 +2065,7 @@ void free_vm_area(struct vm_struct *area) | |||
| 2065 | } | 2065 | } | 
| 2066 | EXPORT_SYMBOL_GPL(free_vm_area); | 2066 | EXPORT_SYMBOL_GPL(free_vm_area); | 
| 2067 | 2067 | ||
| 2068 | #ifdef CONFIG_SMP | ||
| 2068 | static struct vmap_area *node_to_va(struct rb_node *n) | 2069 | static struct vmap_area *node_to_va(struct rb_node *n) | 
| 2069 | { | 2070 | { | 
| 2070 | return n ? rb_entry(n, struct vmap_area, rb_node) : NULL; | 2071 | return n ? rb_entry(n, struct vmap_area, rb_node) : NULL; | 
| @@ -2345,6 +2346,7 @@ void pcpu_free_vm_areas(struct vm_struct **vms, int nr_vms) | |||
| 2345 | free_vm_area(vms[i]); | 2346 | free_vm_area(vms[i]); | 
| 2346 | kfree(vms); | 2347 | kfree(vms); | 
| 2347 | } | 2348 | } | 
| 2349 | #endif /* CONFIG_SMP */ | ||
| 2348 | 2350 | ||
| 2349 | #ifdef CONFIG_PROC_FS | 2351 | #ifdef CONFIG_PROC_FS | 
| 2350 | static void *s_start(struct seq_file *m, loff_t *pos) | 2352 | static void *s_start(struct seq_file *m, loff_t *pos) | 
