Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231284
b: refs/heads/master
c: 6426d2c
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 11, 2011
1 parent b3b6be9 commit 89618a6
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: 56949d414acd30353fdba4b64876a0a7953a7b77
refs/heads/master: 6426d2c2f071e0be50a22052a47b582f2561e5e0
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/smp_twd.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static void __cpuinit twd_calibrate_rate(void)
twd_timer_rate = (0xFFFFFFFFU - count) * (HZ / 5);

printk("%lu.%02luMHz.\n", twd_timer_rate / 1000000,
(twd_timer_rate / 100000) % 100);
(twd_timer_rate / 1000000) % 100);
}

load = twd_timer_rate / HZ;
Expand Down

0 comments on commit 89618a6

Please sign in to comment.