patch-2.4.6 linux/kernel/timer.c
Next file: linux/lib/brlock.c
Previous file: linux/kernel/softirq.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Jun 12 16:40:11 2001
-  Orig file: 
v2.4.5/linux/kernel/timer.c
-  Orig date: 
Sun Dec 10 09:53:19 2000
diff -u --recursive --new-file v2.4.5/linux/kernel/timer.c linux/kernel/timer.c
@@ -32,7 +32,7 @@
 long tick = (1000000 + HZ/2) / HZ;	/* timer interrupt period */
 
 /* The current time */
-volatile struct timeval xtime __attribute__ ((aligned (16)));
+struct timeval xtime __attribute__ ((aligned (16)));
 
 /* Don't completely fail for HZ > 500.  */
 int tickadj = 500/HZ ? : 1;		/* microsecs */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)