Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234315
b: refs/heads/master
c: 7424cdf
h: refs/heads/master
i:
  234313: 5bb73db
  234311: d509148
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 27, 2011
1 parent 36ad2ea commit 6729204
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: e41c8ab174f47ed5ed10a365482d0d7b0e352beb
refs/heads/master: 7424cdf77b1b2975d82619084f20f0055f715166
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ struct {
spinlock_t tc_list_lock;
struct list_head tc_list; /* Thread contexts */
} vpecontrol = {
.vpe_list_lock = SPIN_LOCK_UNLOCKED,
.vpe_list_lock = __SPIN_LOCK_UNLOCKED(vpe_list_lock),
.vpe_list = LIST_HEAD_INIT(vpecontrol.vpe_list),
.tc_list_lock = SPIN_LOCK_UNLOCKED,
.tc_list_lock = __SPIN_LOCK_UNLOCKED(tc_list_lock),
.tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)
};

Expand Down

0 comments on commit 6729204

Please sign in to comment.