Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101414
b: refs/heads/master
c: 63cf13b
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Linus Torvalds committed Jul 15, 2008
1 parent 42cccd8 commit f9c1e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59190f4213462f191fc0d22d39b1cf18ea39ca39
refs/heads/master: 63cf13b77ab785e87c867defa8545e6d4a989774
1 change: 1 addition & 0 deletions trunk/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ int smp_call_function_mask(cpumask_t mask, void (*func)(void *), void *info,
if (!data) {
data = &d;
data->csd.flags = CSD_FLAG_WAIT;
wait = 1;
}

spin_lock_init(&data->lock);
Expand Down

0 comments on commit f9c1e87

Please sign in to comment.