From 8c527c787983135cef557fe8294cd39e0e68eec0 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 6 Nov 2006 13:32:39 +0000 Subject: [PATCH] --- yaml --- r: 40779 b: refs/heads/master c: 325d08d1a44b601fbf70c259fb61c38d2af7d309 h: refs/heads/master i: 40777: 0a2ca03e9c09463d4f78dc3ad0d8409144114571 40775: d088fe2100bf1b40270325af5cc2dde8fbe0d409 v: v3 --- [refs] | 2 +- trunk/arch/mips/gt64120/common/time.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e2be10713f99..8f438b71febe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff28cbd2804105b144a7054e0302615e1da6749f +refs/heads/master: 325d08d1a44b601fbf70c259fb61c38d2af7d309 diff --git a/trunk/arch/mips/gt64120/common/time.c b/trunk/arch/mips/gt64120/common/time.c index c83ae6acd601..e6e48323e758 100644 --- a/trunk/arch/mips/gt64120/common/time.c +++ b/trunk/arch/mips/gt64120/common/time.c @@ -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