Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166756
b: refs/heads/master
c: a692838
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Dan Williams committed Aug 18, 2009
1 parent 0ddb810 commit 8b572bb
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: 5b9eda3313b678f20f2bec08e8173f93e85f6c14
refs/heads/master: a692838dcaacb5f6f05fac73abb99d92dd7b1021
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-iop/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void __init iop_init_time(unsigned long tick_rate)
{
u32 timer_ctl;

ticks_per_jiffy = (tick_rate + HZ/2) / HZ;
ticks_per_jiffy = DIV_ROUND_CLOSEST(tick_rate, HZ);
ticks_per_usec = tick_rate / 1000000;
next_jiffy_time = 0xffffffff;
iop_tick_rate = tick_rate;
Expand Down

0 comments on commit 8b572bb

Please sign in to comment.