Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207305
b: refs/heads/master
c: 878ae12
h: refs/heads/master
i:
  207303: dd6f5f9
v: v3
  • Loading branch information
Richard Kennedy authored and Linus Torvalds committed Aug 10, 2010
1 parent d459971 commit 68a0a80
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: d7a7c573936a86474c4a5090a45a4bc6e680c117
refs/heads/master: 878ae1274944908e1863b06b03a2c94907afaa20
2 changes: 1 addition & 1 deletion trunk/kernel/stop_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ struct cpu_stop_done {
/* the actual stopper, one per every possible cpu, enabled on online cpus */
struct cpu_stopper {
spinlock_t lock;
bool enabled; /* is this stopper enabled? */
struct list_head works; /* list of pending works */
struct task_struct *thread; /* stopper thread */
bool enabled; /* is this stopper enabled? */
};

static DEFINE_PER_CPU(struct cpu_stopper, cpu_stopper);
Expand Down

0 comments on commit 68a0a80

Please sign in to comment.