Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d1598b6adb0e7d9615f751f3bced128bcceb7378
Commit:     d1598b6adb0e7d9615f751f3bced128bcceb7378
Parent:     2e5dcd2b4ce97ebc43703f2645bf2fe978da1627
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Wed Oct 31 12:36:42 2007 +0000
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Fri Nov 2 16:13:46 2007 +0000

    [MIPS] SB1250: Remove stray assignment of cpumask.
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 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 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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to