Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62363
b: refs/heads/master
c: d9c6d69
h: refs/heads/master
i:
  62361: b7c6f76
  62359: 23dbfe3
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 22, 2007
1 parent 241e0c1 commit 596bb02
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: af3e9a2e33952204e070bf5dfeebe293e90444b8
refs/heads/master: d9c6d69145ec696128961204f755a3b01edc2ff6
4 changes: 2 additions & 2 deletions trunk/arch/x86_64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,9 @@ int smp_call_function_single (int cpu, void (*func) (void *info), void *info,
return 0;
}

spin_lock_bh(&call_lock);
spin_lock(&call_lock);
__smp_call_function_single(cpu, func, info, nonatomic, wait);
spin_unlock_bh(&call_lock);
spin_unlock(&call_lock);
put_cpu();
return 0;
}
Expand Down

0 comments on commit 596bb02

Please sign in to comment.