aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r--arch/mips/kernel/smtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c
index 596c5a7ca874..2bfb2ee8435d 100644
--- a/arch/mips/kernel/smtc.c
+++ b/arch/mips/kernel/smtc.c
@@ -168,9 +168,9 @@ static int __init tintq(char *str)
168 168
169__setup("tintq=", tintq); 169__setup("tintq=", tintq);
170 170
171int imstuckcount[2][8]; 171static int imstuckcount[2][8];
172/* vpemask represents IM/IE bits of per-VPE Status registers, low-to-high */ 172/* vpemask represents IM/IE bits of per-VPE Status registers, low-to-high */
173int vpemask[2][8] = { 173static int vpemask[2][8] = {
174 {0, 0, 1, 0, 0, 0, 0, 1}, 174 {0, 0, 1, 0, 0, 0, 0, 1},
175 {0, 0, 0, 0, 0, 0, 0, 1} 175 {0, 0, 0, 0, 0, 0, 0, 1}
176}; 176};