diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-10-31 13:36:42 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 17:13:46 +0100 |
commit | d1598b6adb0e7d9615f751f3bced128bcceb7378 (patch) | |
tree | 0006dbc03b05ae3e42e658ab5e2d8120967f96f4 /arch/mips/sibyte | |
parent | [MIPS] Sibyte: Fix names of the clockevent devices. (diff) | |
download | linux-d1598b6adb0e7d9615f751f3bced128bcceb7378.tar.xz linux-d1598b6adb0e7d9615f751f3bced128bcceb7378.zip |
[MIPS] SB1250: Remove stray assignment of cpumask.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte')
-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) __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); |