aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/r4kcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/r4kcache.h b/include/asm-mips/r4kcache.h
index 90c374700977..2f2eb95387f6 100644
--- a/include/asm-mips/r4kcache.h
+++ b/include/asm-mips/r4kcache.h
@@ -37,7 +37,7 @@
37 " cache %0, %1 \n" \ 37 " cache %0, %1 \n" \
38 " .set pop \n" \ 38 " .set pop \n" \
39 : \ 39 : \
40 : "i" (op), "m" (*(unsigned char *)(addr))) 40 : "i" (op), "R" (*(unsigned char *)(addr)))
41 41
42static inline void flush_icache_line_indexed(unsigned long addr) 42static inline void flush_icache_line_indexed(unsigned long addr)
43{ 43{