MIPS: SB1250: Sort out merge mistake.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 17 Jun 2009 10:06:24 +0000 (11:06 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 17 Jun 2009 10:06:24 +0000 (11:06 +0100)
A wrong resolution of a merge conflict made the recently deleted wrong
error check in sb1250_set_affinity.  Send the zombie back to the empire
of the undead.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sibyte/sb1250/irq.c

index 409dec7..5e7f201 100644 (file)
@@ -111,11 +111,6 @@ static int sb1250_set_affinity(unsigned int irq, const struct cpumask *mask)
 
        i = cpumask_first(mask);
 
-       if (cpumask_weight(mask) > 1) {
-               printk("attempted to set irq affinity for irq %d to multiple CPUs\n", irq);
-               return -1;
-       }
-
        /* Convert logical CPU to physical CPU */
        cpu = cpu_logical_map(i);