diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-31 08:36:42 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 12:13:46 -0400 |
commit | d1598b6adb0e7d9615f751f3bced128bcceb7378 (patch) | |
tree | 0006dbc03b05ae3e42e658ab5e2d8120967f96f4 /arch/mips/sibyte/sb1250/time.c | |
parent | 2e5dcd2b4ce97ebc43703f2645bf2fe978da1627 (diff) |
[MIPS] SB1250: Remove stray assignment of cpumask.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/sb1250/time.c')
-rw-r--r-- | arch/mips/sibyte/sb1250/time.c | 1 |
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) | |||
154 | __raw_writeq(IMR_IP4_VAL, | 154 | __raw_writeq(IMR_IP4_VAL, |
155 | IOADDR(A_IMR_REGISTER(cpu, R_IMR_INTERRUPT_MAP_BASE) + | 155 | IOADDR(A_IMR_REGISTER(cpu, R_IMR_INTERRUPT_MAP_BASE) + |
156 | (irq << 3))); | 156 | (irq << 3))); |
157 | cd->cpumask = cpumask_of_cpu(0); | ||
158 | 157 | ||
159 | sb1250_unmask_irq(cpu, irq); | 158 | sb1250_unmask_irq(cpu, irq); |
160 | 159 | ||