patch-2.4.19 linux-2.4.19/arch/sparc/kernel/time.c

Next file: linux-2.4.19/arch/sparc/kernel/traps.c
Previous file: linux-2.4.19/arch/sparc/kernel/systbls.S
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/sparc/kernel/time.c linux-2.4.19/arch/sparc/kernel/time.c
@@ -115,7 +115,7 @@
 void timer_interrupt(int irq, void *dev_id, struct pt_regs * regs)
 {
 	/* last time the cmos clock got updated */
-	static long last_rtc_update=0;
+	static long last_rtc_update;
 
 #ifndef CONFIG_SMP
 	if(!user_mode(regs))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)