Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189768
b: refs/heads/master
c: 5255366
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Ralf Baechle committed Apr 12, 2010
1 parent cf2f148 commit bed66ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d5d3102b9adec0a34eb5899324b62a4a3d34183e
refs/heads/master: 52553664033078102f5f430c861ccd0863b1b708
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static int vpemask[2][8] = {
{0, 0, 0, 0, 0, 0, 0, 1}
};
int tcnoprog[NR_CPUS];
static atomic_t idle_hook_initialized = {0};
static atomic_t idle_hook_initialized = ATOMIC_INIT(0);
static int clock_hang_reported[NR_CPUS];

#endif /* CONFIG_SMTC_IDLE_HOOK_DEBUG */
Expand Down

0 comments on commit bed66ef

Please sign in to comment.