Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f3ef75b773b38fe2028fa4627cab3991e2c60180
Commit:     f3ef75b773b38fe2028fa4627cab3991e2c60180
Parent:     0468b4bb125542e75e39f08ebaa74a7daf845631
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Sat Nov 10 20:39:32 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:44 2008 +0900

    sh: Nopped out p3_cache_init() on SH-5 also.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 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 847374b..45d12d6 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,
 #define flush_dcache_mmap_unlock(mapping)      do { } while (0)
 
 #define flush_icache_page(vma, page)   do { } while (0)
+#define p3_cache_init()                        do { } while (0)
 
 #endif /* __ASSEMBLY__ */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to