From: Andi Kleen Date: Fri, 29 Jul 2005 04:15:22 +0000 (-0700) Subject: [PATCH] x86_64: Always ack IPIs even on errors X-Git-Tag: v2.6.13-rc5~157 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df3574ec0eac0eb8d758e8e9b1ad95d909a9e1f;p=linux-2.6 [PATCH] x86_64: Always ack IPIs even on errors Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/smp.c b/arch/x86_64/kernel/smp.c index ccae392886..6ee74db523 100644 --- a/arch/x86_64/kernel/smp.c +++ b/arch/x86_64/kernel/smp.c @@ -129,10 +129,9 @@ asmlinkage void smp_invalidate_interrupt (void) } else leave_mm(cpu); } +out: ack_APIC_irq(); cpu_clear(cpu, flush_cpumask); - -out: put_cpu_no_resched(); }