diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2007-11-10 06:39:32 -0500 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:44 -0500 |
| commit | f3ef75b773b38fe2028fa4627cab3991e2c60180 (patch) | |
| tree | c8e1585cfb2fa49ddade63e4181e0a0aa68b62a1 /include/asm-sh | |
| parent | 0468b4bb125542e75e39f08ebaa74a7daf845631 (diff) | |
sh: Nopped out p3_cache_init() on SH-5 also.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
| -rw-r--r-- | include/asm-sh/cpu-sh5/cacheflush.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh5/cacheflush.h b/include/asm-sh/cpu-sh5/cacheflush.h index 847374b6526f..45d12d6f89c2 100644 --- a/include/asm-sh/cpu-sh5/cacheflush.h +++ b/include/asm-sh/cpu-sh5/cacheflush.h | |||
| @@ -27,6 +27,7 @@ extern void flush_icache_user_range(struct vm_area_struct *vma, | |||
| 27 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) | 27 | #define flush_dcache_mmap_unlock(mapping) do { } while (0) |
| 28 | 28 | ||
| 29 | #define flush_icache_page(vma, page) do { } while (0) | 29 | #define flush_icache_page(vma, page) do { } while (0) |
| 30 | #define p3_cache_init() do { } while (0) | ||
| 30 | 31 | ||
| 31 | #endif /* __ASSEMBLY__ */ | 32 | #endif /* __ASSEMBLY__ */ |
| 32 | 33 | ||
