From: Ralf Baechle Date: Wed, 31 Oct 2007 12:36:42 +0000 (+0000) Subject: [MIPS] SB1250: Remove stray assignment of cpumask. X-Git-Tag: v2.6.24-rc2~52^2~22 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=d1598b6adb0e7d9615f751f3bced128bcceb7378;p=safe%2Fjmp%2Flinux-2.6 [MIPS] SB1250: Remove stray assignment of cpumask. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/sibyte/sb1250/time.c b/arch/mips/sibyte/sb1250/time.c index 7f1316d..181a413 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);