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 931d479b80c2..5f5b5de5a40e 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -3505,7 +3505,7 @@ struct vm_area_struct *get_gate_vma(struct mm_struct *mm) | |||
3505 | #endif | 3505 | #endif |
3506 | } | 3506 | } |
3507 | 3507 | ||
3508 | int in_gate_area_no_task(unsigned long addr) | 3508 | int in_gate_area_no_mm(unsigned long addr) |
3509 | { | 3509 | { |
3510 | #ifdef AT_SYSINFO_EHDR | 3510 | #ifdef AT_SYSINFO_EHDR |
3511 | if ((addr >= FIXADDR_USER_START) && (addr < FIXADDR_USER_END)) | 3511 | if ((addr >= FIXADDR_USER_START) && (addr < FIXADDR_USER_END)) |