diff options
| -rw-r--r-- | arch/parisc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/irq.c b/arch/parisc/kernel/irq.c index d7d94b845dc2..3948f1dd455a 100644 --- a/arch/parisc/kernel/irq.c +++ b/arch/parisc/kernel/irq.c | |||
| @@ -108,7 +108,7 @@ int cpu_check_affinity(unsigned int irq, const struct cpumask *dest) | |||
| 108 | int cpu_dest; | 108 | int cpu_dest; |
| 109 | 109 | ||
| 110 | /* timer and ipi have to always be received on all CPUs */ | 110 | /* timer and ipi have to always be received on all CPUs */ |
| 111 | if (CHECK_IRQ_PER_CPU(irq)) { | 111 | if (CHECK_IRQ_PER_CPU(irq_to_desc(irq)->status)) { |
| 112 | /* Bad linux design decision. The mask has already | 112 | /* Bad linux design decision. The mask has already |
| 113 | * been set; we must reset it */ | 113 | * been set; we must reset it */ |
| 114 | cpumask_setall(irq_desc[irq].affinity); | 114 | cpumask_setall(irq_desc[irq].affinity); |
