diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/sibyte/sb1250/irq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/sibyte/sb1250/irq.c b/arch/mips/sibyte/sb1250/irq.c index 409dec798863..5e7f2016cceb 100644 --- a/arch/mips/sibyte/sb1250/irq.c +++ b/arch/mips/sibyte/sb1250/irq.c | |||
@@ -111,11 +111,6 @@ static int sb1250_set_affinity(unsigned int irq, const struct cpumask *mask) | |||
111 | 111 | ||
112 | i = cpumask_first(mask); | 112 | i = cpumask_first(mask); |
113 | 113 | ||
114 | if (cpumask_weight(mask) > 1) { | ||
115 | printk("attempted to set irq affinity for irq %d to multiple CPUs\n", irq); | ||
116 | return -1; | ||
117 | } | ||
118 | |||
119 | /* Convert logical CPU to physical CPU */ | 114 | /* Convert logical CPU to physical CPU */ |
120 | cpu = cpu_logical_map(i); | 115 | cpu = cpu_logical_map(i); |
121 | 116 | ||