projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b2085
)
[ARM] fix netx
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Thu, 8 Jan 2009 12:02:27 +0000
(12:02 +0000)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-netx/time.c
b/arch/arm/mach-netx/time.c
index
d51d627
..
f201fdd
100644
(file)
--- 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);
}