···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);7576 /*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);7576 /*77 * Create the IRQ structure entry for the timer. Since we're too early