X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fsmp_64.c;fp=arch%2Fx86%2Fkernel%2Fsmp_64.c;h=b040224927ca2b004713eb0b87987633ccda7cba;hp=a434f6c55f837b1d06bc9b7ae5b93e0b5afbd997;hb=3428f3d6caa3bc2adde050a2771a2821eb46f901;hpb=7930e53422d3d06ea873199f66c288806d37cc94 diff --git a/arch/x86/kernel/smp_64.c b/arch/x86/kernel/smp_64.c index a434f6c55f83..b040224927ca 100644 --- a/arch/x86/kernel/smp_64.c +++ b/arch/x86/kernel/smp_64.c @@ -420,9 +420,6 @@ int smp_call_function_single (int cpu, void (*func) (void *info), void *info, /* prevent preemption and reschedule on another processor */ int ret, me = get_cpu(); - /* Can deadlock when called with interrupts disabled */ - WARN_ON(irqs_disabled()); - if (cpu == me) { local_irq_disable(); func(info);