patch-1.3.45 linux/kernel/sched.c
Next file: linux/mm/memory.c
Previous file: linux/init/main.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Nov 26 10:52:28 1995
- Orig file:
v1.3.44/linux/kernel/sched.c
- Orig date:
Tue Nov 21 13:22:14 1995
diff -u --recursive --new-file v1.3.44/linux/kernel/sched.c linux/kernel/sched.c
@@ -49,9 +49,9 @@
* phase-lock loop variables
*/
int time_state = TIME_BAD; /* clock synchronization status */
-int time_status = STA_UNSYNC; /* clock status bits */
+int time_status = STA_UNSYNC | STA_PLL; /* clock status bits */
long time_offset = 0; /* time adjustment (us) */
-long time_constant = 0; /* pll time constant */
+long time_constant = 2; /* pll time constant */
long time_tolerance = MAXFREQ; /* frequency tolerance (ppm) */
long time_precision = 1; /* clock precision (us) */
long time_maxerror = 0x70000000;/* maximum error */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this