summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/kernel/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'uClinux-2.4.20-uc1/kernel/timer.c')
-rw-r--r--uClinux-2.4.20-uc1/kernel/timer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/kernel/timer.c b/uClinux-2.4.20-uc1/kernel/timer.c
index 1c626d5..43bbd5f 100644
--- a/uClinux-2.4.20-uc1/kernel/timer.c
+++ b/uClinux-2.4.20-uc1/kernel/timer.c
@@ -698,6 +698,9 @@ void timer_bh(void)
void do_timer(struct pt_regs *regs)
{
+#ifdef CONFIG_BOARD_W90N745
+ CSR_WRITE(TISR,1); /* clear TIF0 */ //mcli 2
+#endif
(*(unsigned long *)&jiffies)++;
#ifndef CONFIG_SMP
/* SMP process accounting uses the local APIC timer */