Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254784
b: refs/heads/master
c: 90c5ffe
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Kuzmichev authored and Russell King committed Jul 7, 2011
1 parent 6a7a47a commit 5b17f31
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: 38a8914f9ac2379293944f613e6ca24b61373de8
refs/heads/master: 90c5ffe592ff3b33afe2bdfe5e9ec630fc599e32
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 @@ -115,7 +115,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 / 1000000) % 100);
(twd_timer_rate / 10000) % 100);
}
}

Expand Down

0 comments on commit 5b17f31

Please sign in to comment.