]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affin...
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Nov 2008 04:46:49 +0000 (20:46 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Nov 2008 04:46:49 +0000 (20:46 -0800)
queue-2.6.27/powerpc-mpic-fix-regression-caused-by-change-of-default-irq-affinity.patch

index 53d94d361d0f4d3cf343b69e16c9780dfe7e2ff3..88572eaac4a9e67ea1c37288a44a5b345afdf794 100644 (file)
@@ -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 <galak@kernel.crashing.org>
@@ -80,7 +80,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 +              unsigned long flags;
 +
 +              /* Round-robin distribution... */
-+      do_round_robin
++      do_round_robin:
 +              spin_lock_irqsave(&irq_rover_lock, flags);
 +
 +              while (!cpu_online(irq_rover)) {