[ARM] fix netx
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 8 Jan 2009 12:02:27 +0000 (12:02 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 8 Jan 2009 16:29:44 +0000 (16:29 +0000)
2fcfe6b872b21639dcffbaf3ca2a84ec01d104e0 missed out on the cpumask
updates; update netx for these changes.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-netx/time.c

index d51d627..f201fdd 100644 (file)
@@ -163,7 +163,7 @@ static void __init netx_timer_init(void)
         * Adding some safety ... */
        netx_clockevent.min_delta_ns =
                clockevent_delta2ns(0xa00, &netx_clockevent);
-       netx_clockevent.cpumask = cpumask_of_cpu(0);
+       netx_clockevent.cpumask = cpumask_of(0);
        clockevents_register_device(&netx_clockevent);
 }