diff options
author | Ryota Ozaki <ozaki.ryota@gmail.com> | 2011-02-09 23:56:28 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 10:54:39 -0500 |
commit | a335b2e17301afae9e794f21071a2fcdd5879c1e (patch) | |
tree | d6e3e3a5fad04c241d3c18ade63b8d239b30b6f9 /arch/alpha | |
parent | ec4f2ac471e25d3e0cea05abb8da34c05a0868f9 (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/alpha')
-rw-r--r-- | arch/alpha/include/asm/cacheflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/cacheflush.h b/arch/alpha/include/asm/cacheflush.h index 012f1243b1c1..a9cb6aa447aa 100644 --- a/arch/alpha/include/asm/cacheflush.h +++ b/arch/alpha/include/asm/cacheflush.h | |||
@@ -63,7 +63,7 @@ extern void flush_icache_user_range(struct vm_area_struct *vma, | |||
63 | struct page *page, unsigned long addr, int len); | 63 | struct page *page, unsigned long addr, int len); |
64 | #endif | 64 | #endif |
65 | 65 | ||
66 | /* This is used only in do_no_page and do_swap_page. */ | 66 | /* This is used only in __do_fault and do_swap_page. */ |
67 | #define flush_icache_page(vma, page) \ | 67 | #define flush_icache_page(vma, page) \ |
68 | flush_icache_user_range((vma), (page), 0, 0) | 68 | flush_icache_user_range((vma), (page), 0, 0) |
69 | 69 | ||