aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/nommu.c')
-rw-r--r--mm/nommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/nommu.c b/mm/nommu.c
index f59e1424d3db..e629143f9440 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -1963,7 +1963,7 @@ error:
1963 return -ENOMEM; 1963 return -ENOMEM;
1964} 1964}
1965 1965
1966int in_gate_area_no_task(unsigned long addr) 1966int in_gate_area_no_mm(unsigned long addr)
1967{ 1967{
1968 return 0; 1968 return 0;
1969} 1969}