Skip to content

Commit

Permalink
[MIPS] SB1250: Remove stray assignment of cpumask.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent 2e5dcd2 commit d1598b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/sibyte/sb1250/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d1598b6

Please sign in to comment.