aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-10-31 12:36:42 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-11-02 16:13:46 +0000
commitd1598b6adb0e7d9615f751f3bced128bcceb7378 (patch)
tree0006dbc03b05ae3e42e658ab5e2d8120967f96f4 /arch/mips
parent[MIPS] Sibyte: Fix names of the clockevent devices. (diff)
downloadlinux-dev-d1598b6adb0e7d9615f751f3bced128bcceb7378.tar.xz
linux-dev-d1598b6adb0e7d9615f751f3bced128bcceb7378.zip
[MIPS] SB1250: Remove stray assignment of cpumask.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/sibyte/sb1250/time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c
index 7f1316dd8add..181a4139dead 100644
--- a/arch/mips/sibyte/sb1250/time.c
+++ b/arch/mips/sibyte/sb1250/time.c
@@ -154,7 +154,6 @@ void __cpuinit sb1250_clockevent_init(void)
__raw_writeq(IMR_IP4_VAL,
IOADDR(A_IMR_REGISTER(cpu, R_IMR_INTERRUPT_MAP_BASE) +
(irq << 3)));
- cd->cpumask = cpumask_of_cpu(0);
sb1250_unmask_irq(cpu, irq);