diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2005-03-18 12:36:42 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:57 -0400 |
| commit | 53de0d471fe8ddbbeca938cffedb4cc94e04da10 (patch) | |
| tree | 1bf55f2b45acbe7d5ca448fb3c8324eeb855ebdf /arch/mips | |
| parent | 1592dac2410511d24836e18d416b1d02c678322b (diff) | |
Reformat; cosmetic cleanups.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/mm/cache.c | 3 |
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); | |||
| 23 | void (*flush_cache_mm)(struct mm_struct *mm); | 23 | void (*flush_cache_mm)(struct mm_struct *mm); |
| 24 | void (*flush_cache_range)(struct vm_area_struct *vma, unsigned long start, | 24 | void (*flush_cache_range)(struct vm_area_struct *vma, unsigned long start, |
| 25 | unsigned long end); | 25 | unsigned long end); |
| 26 | void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page, unsigned long pfn); | 26 | void (*flush_cache_page)(struct vm_area_struct *vma, unsigned long page, |
| 27 | unsigned long pfn); | ||
| 27 | void (*flush_icache_range)(unsigned long __user start, | 28 | void (*flush_icache_range)(unsigned long __user start, |
| 28 | unsigned long __user end); | 29 | unsigned long __user end); |
| 29 | void (*flush_icache_page)(struct vm_area_struct *vma, struct page *page); | 30 | void (*flush_icache_page)(struct vm_area_struct *vma, struct page *page); |
