aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/mm
diff options
context:
space:
mode:
authorRyota Ozaki <ozaki.ryota@gmail.com>2011-02-09 23:56:28 -0500
committerJiri Kosina <jkosina@suse.cz>2011-02-17 10:54:39 -0500
commita335b2e17301afae9e794f21071a2fcdd5879c1e (patch)
treed6e3e3a5fad04c241d3c18ade63b8d239b30b6f9 /arch/avr32/mm
parentec4f2ac471e25d3e0cea05abb8da34c05a0868f9 (diff)
mm: Fix out-of-date comments which refers non-existent functions
do_file_page and do_no_page don't exist anymore, but some comments still refers them. The patch fixes them by replacing them with existing ones. Signed-off-by: Ryota Ozaki <ozaki.ryota@gmail.com> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> Reviewed-by: Minchan Kim <minchan.kim@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/avr32/mm')
-rw-r--r--arch/avr32/mm/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/mm/cache.c b/arch/avr32/mm/cache.c
index 24a74d1ca7d..6a46ecd56cf 100644
--- a/arch/avr32/mm/cache.c
+++ b/arch/avr32/mm/cache.c
@@ -113,7 +113,7 @@ void flush_icache_range(unsigned long start, unsigned long end)
113} 113}
114 114
115/* 115/*
116 * This one is called from do_no_page(), do_swap_page() and install_page(). 116 * This one is called from __do_fault() and do_swap_page().
117 */ 117 */
118void flush_icache_page(struct vm_area_struct *vma, struct page *page) 118void flush_icache_page(struct vm_area_struct *vma, struct page *page)
119{ 119{