Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39107
b: refs/heads/master
c: 5c90d52
h: refs/heads/master
i:
  39105: 13073c7
  39103: d137871
v: v3
  • Loading branch information
Scott Ashcroft authored and Ralf Baechle committed Oct 8, 2006
1 parent f0ec7dc commit 84d0d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 59d6ab86a6b1097d5e5eae5d820f8e2661009324
refs/heads/master: 5c90d528b21cb9506713f92730f33246b80ecc25
4 changes: 2 additions & 2 deletions trunk/arch/mips/cobalt/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const char *get_system_type(void)

void __init plat_timer_setup(struct irqaction *irq)
{
/* Load timer value for 1KHz (TCLK is 50MHz) */
GALILEO_OUTL(50*1000*1000 / 1000, GT_TC0_OFS);
/* Load timer value for HZ (TCLK is 50MHz) */
GALILEO_OUTL(50*1000*1000 / HZ, GT_TC0_OFS);

/* Enable timer */
GALILEO_OUTL(GALILEO_ENTC0 | GALILEO_SELTC0, GT_TC_CONTROL_OFS);
Expand Down

0 comments on commit 84d0d26

Please sign in to comment.