diff options
| -rw-r--r-- | arch/mips/sibyte/bcm1480/irq.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/sibyte/bcm1480/irq.c b/arch/mips/sibyte/bcm1480/irq.c index ba59839a021e..4070268aa769 100644 --- a/arch/mips/sibyte/bcm1480/irq.c +++ b/arch/mips/sibyte/bcm1480/irq.c | |||
| @@ -117,10 +117,6 @@ static int bcm1480_set_affinity(unsigned int irq, const struct cpumask *mask) | |||
| 117 | unsigned long flags; | 117 | unsigned long flags; |
| 118 | unsigned int irq_dirty; | 118 | unsigned int irq_dirty; |
| 119 | 119 | ||
| 120 | if (cpumask_weight(mask) != 1) { | ||
| 121 | printk("attempted to set irq affinity for irq %d to multiple CPUs\n", irq); | ||
| 122 | return -1; | ||
| 123 | } | ||
| 124 | i = cpumask_first(mask); | 120 | i = cpumask_first(mask); |
| 125 | 121 | ||
| 126 | /* Convert logical CPU to physical CPU */ | 122 | /* Convert logical CPU to physical CPU */ |
