diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-05-09 11:56:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-09 11:56:40 -0400 |
commit | 5e0e61dd2c89c673f89fb57dcd3cc746dc0c1706 (patch) | |
tree | 5ebe6156cbc8620625b736a5c9f4d3f47e6d9ebc /arch/mips/mm/c-r4k.c | |
parent | 9b3539e0e545e4c2f338acfc1ce52033a6f5e7f7 (diff) | |
parent | 50c8308538dc9671490d6cb65259ef0ed79f5d13 (diff) |
Merge branch 'next/kvm' into mips-for-linux-next
Diffstat (limited to 'arch/mips/mm/c-r4k.c')
-rw-r--r-- | arch/mips/mm/c-r4k.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 2078915eacb9..96f4d5a6c21c 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c | |||
@@ -136,7 +136,8 @@ static void __cpuinit r4k_blast_dcache_page_indexed_setup(void) | |||
136 | r4k_blast_dcache_page_indexed = blast_dcache64_page_indexed; | 136 | r4k_blast_dcache_page_indexed = blast_dcache64_page_indexed; |
137 | } | 137 | } |
138 | 138 | ||
139 | static void (* r4k_blast_dcache)(void); | 139 | void (* r4k_blast_dcache)(void); |
140 | EXPORT_SYMBOL(r4k_blast_dcache); | ||
140 | 141 | ||
141 | static void __cpuinit r4k_blast_dcache_setup(void) | 142 | static void __cpuinit r4k_blast_dcache_setup(void) |
142 | { | 143 | { |
@@ -264,7 +265,8 @@ static void __cpuinit r4k_blast_icache_page_indexed_setup(void) | |||
264 | r4k_blast_icache_page_indexed = blast_icache64_page_indexed; | 265 | r4k_blast_icache_page_indexed = blast_icache64_page_indexed; |
265 | } | 266 | } |
266 | 267 | ||
267 | static void (* r4k_blast_icache)(void); | 268 | void (* r4k_blast_icache)(void); |
269 | EXPORT_SYMBOL(r4k_blast_icache); | ||
268 | 270 | ||
269 | static void __cpuinit r4k_blast_icache_setup(void) | 271 | static void __cpuinit r4k_blast_icache_setup(void) |
270 | { | 272 | { |