From 596bb029e90ba5dec73f6e58561fd188bd90acbe Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Sat, 21 Jul 2007 17:10:05 +0200 Subject: [PATCH] --- yaml --- r: 62363 b: refs/heads/master c: d9c6d69145ec696128961204f755a3b01edc2ff6 h: refs/heads/master i: 62361: b7c6f7662bc2c62f848c6759d272899d5b05f6d3 62359: 23dbfe3e4e0cd6028e1f445d3e5283d7e39a2693 v: v3 --- [refs] | 2 +- trunk/arch/x86_64/kernel/smp.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 116aeaa08ac9..f092776e7faa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af3e9a2e33952204e070bf5dfeebe293e90444b8 +refs/heads/master: d9c6d69145ec696128961204f755a3b01edc2ff6 diff --git a/trunk/arch/x86_64/kernel/smp.c b/trunk/arch/x86_64/kernel/smp.c index 0694940b2e73..df4a82812adb 100644 --- a/trunk/arch/x86_64/kernel/smp.c +++ b/trunk/arch/x86_64/kernel/smp.c @@ -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; }