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

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