Commit d1598b6a authored by Ralf Baechle's avatar Ralf Baechle

[MIPS] SB1250: Remove stray assignment of cpumask.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 2e5dcd2b
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment