Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127751
b: refs/heads/master
c: 2927926
h: refs/heads/master
i:
  127749: 0ca225a
  127747: 170bab0
  127743: 3e60ee1
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jan 8, 2009
1 parent 1c1f4f0 commit aff0377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18b2085e6a86447bb11508806190f01b40abb42f
refs/heads/master: 2927926707d07f846154842bc12bed6d817d9412
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-netx/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit aff0377

Please sign in to comment.