提交 97aef63c 编写于 作者: R Ralf Baechle

[MIPS] SMTC: Declare static what should be static.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 033890b0
......@@ -168,9 +168,9 @@ static int __init tintq(char *str)
__setup("tintq=", tintq);
int imstuckcount[2][8];
static int imstuckcount[2][8];
/* vpemask represents IM/IE bits of per-VPE Status registers, low-to-high */
int vpemask[2][8] = {
static int vpemask[2][8] = {
{0, 0, 1, 0, 0, 0, 0, 1},
{0, 0, 0, 0, 0, 0, 0, 1}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册