Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231288
b: refs/heads/master
c: edc4d27
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 11, 2011
1 parent 065553f commit 7fd4217
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: 211baa7016894c02fc18693e21ca479cd08ac0c0
refs/heads/master: edc4d272551594729f63ca4cde1612608494091f
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/sched_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void __init init_sched_clock(struct clock_data *cd, void (*update)(void),
sched_clock_update_fn = update;

/* calculate the mult/shift to convert counter ticks to ns. */
clocks_calc_mult_shift(&cd->mult, &cd->shift, rate, NSEC_PER_SEC, 60);
clocks_calc_mult_shift(&cd->mult, &cd->shift, rate, NSEC_PER_SEC, 0);

r = rate;
if (r >= 4000000) {
Expand Down

0 comments on commit 7fd4217

Please sign in to comment.