Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156408
b: refs/heads/master
c: 64f1815
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Ralf Baechle committed Aug 3, 2009
1 parent 0595ae6 commit 2206b29
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: a1b021d3992d9be03b0abec1a7ed78e713b94206
refs/heads/master: 64f1815507f207ec54ee6b9ae69c48bd153e83b4
2 changes: 1 addition & 1 deletion trunk/arch/mips/nxp/pnx8550/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ __init void plat_time_init(void)
* HZ timer interrupts per second.
*/
mips_hpt_frequency = 27UL * ((1000000UL * n)/(m * pow2p));
cpj = (mips_hpt_frequency + HZ / 2) / HZ;
cpj = DIV_ROUND_CLOSEST(mips_hpt_frequency, HZ);
write_c0_count(0);
timer_ack();

Expand Down

0 comments on commit 2206b29

Please sign in to comment.