]> git.neil.brown.name Git - history.git/commitdiff
ppc64: UP fix for irq affinity
authorAnton Blanchard <anton@samba.org>
Thu, 18 Jul 2002 17:38:54 +0000 (10:38 -0700)
committerAnton Blanchard <anton@samba.org>
Thu, 18 Jul 2002 17:38:54 +0000 (10:38 -0700)
arch/ppc64/kernel/irq.c

index 0a01a37d66cb3b1e4f1a184a9990c220e8fca5b2..f3e6204ffb8b1bd32e1949a93075bd95b45cc49d 100644 (file)
@@ -403,7 +403,7 @@ typedef struct {
 } ____cacheline_aligned irq_balance_t;
 
 static irq_balance_t irq_balance[NR_IRQS] __cacheline_aligned
-                       = { [ 0 ... NR_IRQS-1 ] = { 1, 0 } };
+                       = { [ 0 ... NR_IRQS-1 ] = { 0, 0 } };
 
 #define IDLE_ENOUGH(cpu,now) \
                (idle_cpu(cpu) && ((now) - irq_stat[(cpu)].idle_timestamp > ((HZ/100)+1)))