aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/cache.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-03-18 17:36:42 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:30:57 +0100
commit53de0d471fe8ddbbeca938cffedb4cc94e04da10 (patch)
tree1bf55f2b45acbe7d5ca448fb3c8324eeb855ebdf /arch/mips/mm/cache.c
parentReformatting, remove debugging code. (diff)
downloadlinux-dev-53de0d471fe8ddbbeca938cffedb4cc94e04da10.tar.xz
linux-dev-53de0d471fe8ddbbeca938cffedb4cc94e04da10.zip
Reformat; cosmetic cleanups.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/cache.c')
-rw-r--r--arch/mips/mm/cache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c
index fe0110074902..eaecb8631973 100644
--- a/arch/mips/mm/cache.c
+++ b/arch/mips/mm/cache.c
@@ -23,7 +23,8 @@ void (*__flush_cache_all)(void);
void (*flush_cache_mm)(struct mm_struct *mm);
void (*flush_cache_range)(struct vm_area_struct *vma, unsigned long start,
unsigned long end);
-void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page, unsigned long pfn);
+void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page,
+ unsigned long pfn);
void (*flush_icache_range)(unsigned long __user start,
unsigned long __user end);
void (*flush_icache_page)(struct vm_area_struct *vma, struct page *page);