projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb3a66
)
MIPS: SB1250: Sort out merge mistake.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 Jun 2009 10:06:24 +0000
(11:06 +0100)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/sibyte/sb1250/irq.c
b/arch/mips/sibyte/sb1250/irq.c
index 409dec798863194f364eb378666c9e7471fd0227..5e7f2016cceb77bc543b1c0396fef16b918cadb4 100644
(file)
--- 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)
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);