提交 325d08d1 编写于 作者: R Ralf Baechle

[MIPS] EV64120: Fix timer initialization for HZ != 100.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 ff28cbd2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册