projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
033890b
)
[MIPS] SMTC: Declare static what should be static.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 27 Jul 2007 17:36:32 +0000
(18:36 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 31 Jul 2007 20:35:24 +0000
(21:35 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smtc.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/smtc.c
b/arch/mips/kernel/smtc.c
index 596c5a7ca8747b97e505ea09655e0deed79e57b8..2bfb2ee8435df19b2e69f0e54c1d1544de48c08d 100644
(file)
--- a/
arch/mips/kernel/smtc.c
+++ b/
arch/mips/kernel/smtc.c
@@
-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}
};