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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/gt64120/common/time.c
··· 71 /* Disable timer first */ 72 GT_WRITE(GT_TC_CONTROL_OFS, 0); 73 /* Load timer value for 100 Hz */ 74 - GT_WRITE(GT_TC3_OFS, Sys_clock / 100); 75 76 /* 77 * Create the IRQ structure entry for the timer. Since we're too early
··· 71 /* Disable timer first */ 72 GT_WRITE(GT_TC_CONTROL_OFS, 0); 73 /* Load timer value for 100 Hz */ 74 + GT_WRITE(GT_TC3_OFS, Sys_clock / HZ); 75 76 /* 77 * Create the IRQ structure entry for the timer. Since we're too early