patch-2.3.99-pre8 linux/kernel/time.c
Next file: linux/kernel/timer.c
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri May 12 11:21:20 2000
- Orig file:
v2.3.99-pre7/linux/kernel/time.c
- Orig date:
Fri Oct 22 13:21:55 1999
diff -u --recursive --new-file v2.3.99-pre7/linux/kernel/time.c linux/kernel/time.c
@@ -202,20 +202,20 @@
return do_sys_settimeofday(tv ? &new_tv : NULL, tz ? &new_tz : NULL);
}
-long pps_offset = 0; /* pps time offset (us) */
+long pps_offset; /* pps time offset (us) */
long pps_jitter = MAXTIME; /* time dispersion (jitter) (us) */
-long pps_freq = 0; /* frequency offset (scaled ppm) */
+long pps_freq; /* frequency offset (scaled ppm) */
long pps_stabil = MAXFREQ; /* frequency dispersion (scaled ppm) */
long pps_valid = PPS_VALID; /* pps signal watchdog counter */
int pps_shift = PPS_SHIFT; /* interval duration (s) (shift) */
-long pps_jitcnt = 0; /* jitter limit exceeded */
-long pps_calcnt = 0; /* calibration intervals */
-long pps_errcnt = 0; /* calibration errors */
-long pps_stbcnt = 0; /* stability limit exceeded */
+long pps_jitcnt; /* jitter limit exceeded */
+long pps_calcnt; /* calibration intervals */
+long pps_errcnt; /* calibration errors */
+long pps_stbcnt; /* stability limit exceeded */
/* hook for a loadable hardpps kernel module */
void (*hardpps_ptr)(struct timeval *) = (void (*)(struct timeval *))0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)