diff options
Diffstat (limited to 'mm/memory.c')
| -rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 788a62810340..ae8161f1f459 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
| @@ -2225,7 +2225,7 @@ void update_mem_hiwater(struct task_struct *tsk) | |||
| 2225 | #if !defined(__HAVE_ARCH_GATE_AREA) | 2225 | #if !defined(__HAVE_ARCH_GATE_AREA) |
| 2226 | 2226 | ||
| 2227 | #if defined(AT_SYSINFO_EHDR) | 2227 | #if defined(AT_SYSINFO_EHDR) |
| 2228 | struct vm_area_struct gate_vma; | 2228 | static struct vm_area_struct gate_vma; |
| 2229 | 2229 | ||
| 2230 | static int __init gate_vma_init(void) | 2230 | static int __init gate_vma_init(void) |
| 2231 | { | 2231 | { |
