Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.6 /kernel/timer.c

Filename:/kernel/timer.c
Lines Added:1
Lines Deleted:1
Also changed in: (Previous) 2.4.6-pre9  2.4.6-pre8  2.4.6-pre7  2.4.6-pre6  2.4.6-pre5  2.4.6-pre4 
(Following) 2.4.6-ac1  2.4.6-ac2  2.4.6-ac3  2.4.6-ac4  2.4.6-ac5  2.4.7-ac1 

Location
[  2.4.6
  [  kernel
     o  timer.c

Patch

diff -u --recursive --new-file v2.4.5/linux/kernel/timer.c linux/kernel/timer.c
--- v2.4.5/linux/kernel/timer.c   Sun Dec 10 09:53:19 2000
+++ linux/kernel/timer.c   Tue Jun 12 16:40:11 2001
@@ -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 */


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.