aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/c-r4k.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-05-09 11:56:40 -0400
committerRalf Baechle <ralf@linux-mips.org>2013-05-09 11:56:40 -0400
commit5e0e61dd2c89c673f89fb57dcd3cc746dc0c1706 (patch)
tree5ebe6156cbc8620625b736a5c9f4d3f47e6d9ebc /arch/mips/mm/c-r4k.c
parent9b3539e0e545e4c2f338acfc1ce52033a6f5e7f7 (diff)
parent50c8308538dc9671490d6cb65259ef0ed79f5d13 (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.c6
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
139static void (* r4k_blast_dcache)(void); 139void (* r4k_blast_dcache)(void);
140EXPORT_SYMBOL(r4k_blast_dcache);
140 141
141static void __cpuinit r4k_blast_dcache_setup(void) 142static 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
267static void (* r4k_blast_icache)(void); 268void (* r4k_blast_icache)(void);
269EXPORT_SYMBOL(r4k_blast_icache);
268 270
269static void __cpuinit r4k_blast_icache_setup(void) 271static void __cpuinit r4k_blast_icache_setup(void)
270{ 272{