Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63460
b: refs/heads/master
c: 97aef63
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent 678875d commit 21459be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 033890b084adfa367c544864451d7730552ce8bf
refs/heads/master: 97aef63c9f403e4a3d07e3da9e468add0cd93385
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};
Expand Down

0 comments on commit 21459be

Please sign in to comment.