aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-01-08 12:02:27 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-01-08 16:29:44 +0000
commit2927926707d07f846154842bc12bed6d817d9412 (patch)
tree8d26d6474484ef6a8a312090ccdb56035ceef59f /arch/arm/mach-netx
parent[ARM] fix pnx4008 (diff)
downloadlinux-dev-2927926707d07f846154842bc12bed6d817d9412.tar.xz
linux-dev-2927926707d07f846154842bc12bed6d817d9412.zip
[ARM] fix netx
2fcfe6b872b21639dcffbaf3ca2a84ec01d104e0 missed out on the cpumask updates; update netx for these changes. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-netx')
-rw-r--r--arch/arm/mach-netx/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/time.c b/arch/arm/mach-netx/time.c
index d51d627ce7cf..f201fddb594f 100644
--- a/arch/arm/mach-netx/time.c
+++ b/arch/arm/mach-netx/time.c
@@ -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);
}