From: Greg Kroah-Hartman Date: Mon, 17 Nov 2008 04:46:49 +0000 (-0800) Subject: fix up queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affin... X-Git-Tag: v2.6.27.7~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1eb598bf55071130dd20b7c6913cf19a2fc1c869;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affinity.patch --- diff --git a/queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affinity.patch b/queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affinity.patch index 53d94d361d0..88572eaac4a 100644 --- a/queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affinity.patch +++ b/queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affinity.patch @@ -13,7 +13,7 @@ these variants of MPIC. We pull in the irq_choose_cpu from sparc64 to select a single CPU as the destination of the interrupt. This is to deal with the fact that the default smp affinity was -changed by commit 18404756765c713a0be4eb1082920c04822ce588 ("genirq +changed by commit 18404756765c713a0be4eb1082920c04822ce588 ("genirq: Expose default irq affinity mask (take 3)") to be all CPUs. Signed-off-by: Kumar Gala @@ -80,7 +80,7 @@ Signed-off-by: Greg Kroah-Hartman + unsigned long flags; + + /* Round-robin distribution... */ -+ do_round_robin ++ do_round_robin: + spin_lock_irqsave(&irq_rover_lock, flags); + + while (!cpu_online(irq_rover)) {