]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/jazz/irq.c
cpumask: convert struct clock_event_device to cpumask pointers.
[linux-2.6-omap-h63xx.git] / arch / mips / jazz / irq.c
index d7f8a782aae4d9a3200c307f383be28ed83b2b18..03965cb1b2527e23fd60a003284f51279b42a758 100644 (file)
@@ -146,7 +146,7 @@ void __init plat_time_init(void)
 
        BUG_ON(HZ != 100);
 
-       cd->cpumask             = cpumask_of_cpu(cpu);
+       cd->cpumask             = cpumask_of(cpu);
        clockevents_register_device(cd);
        action->dev_id = cd;
        setup_irq(JAZZ_TIMER_IRQ, action);