X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fmips%2Fsni%2Ftime.c;h=69f5f88711cca8721cbc97ad4fda96e6682ecffd;hb=d9be28ea9110c596a05bd2d56afa94251bd19818;hp=796e3ce28720ace81719f4114382ded6df96ba79;hpb=0ba6c33bcddc64a54b5f1c25a696c4767dc76292;p=mv-sheeva.git diff --git a/arch/mips/sni/time.c b/arch/mips/sni/time.c index 796e3ce2872..69f5f88711c 100644 --- a/arch/mips/sni/time.c +++ b/arch/mips/sni/time.c @@ -80,7 +80,7 @@ static void __init sni_a20r_timer_setup(void) struct irqaction *action = &a20r_irqaction; unsigned int cpu = smp_processor_id(); - cd->cpumask = cpumask_of_cpu(cpu); + cd->cpumask = cpumask_of(cpu); clockevents_register_device(cd); action->dev_id = cd; setup_irq(SNI_A20R_IRQ_TIMER, &a20r_irqaction);