Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40779
b: refs/heads/master
c: 325d08d
h: refs/heads/master
i:
  40777: 0a2ca03
  40775: d088fe2
v: v3
  • Loading branch information
Ralf Baechle committed Nov 6, 2006
1 parent 8428a55 commit 8c527c7
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: ff28cbd2804105b144a7054e0302615e1da6749f
refs/heads/master: 325d08d1a44b601fbf70c259fb61c38d2af7d309
2 changes: 1 addition & 1 deletion trunk/arch/mips/gt64120/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void gt64120_time_init(void)
/* Disable timer first */
GT_WRITE(GT_TC_CONTROL_OFS, 0);
/* Load timer value for 100 Hz */
GT_WRITE(GT_TC3_OFS, Sys_clock / 100);
GT_WRITE(GT_TC3_OFS, Sys_clock / HZ);

/*
* Create the IRQ structure entry for the timer. Since we're too early
Expand Down

0 comments on commit 8c527c7

Please sign in to comment.