Index: kern_clock.c =================================================================== RCS file: /cvs/src/sys/kern/kern_clock.c,v retrieving revision 1.88 diff -u -p -r1.88 kern_clock.c --- kern_clock.c 11 Jun 2015 16:03:04 -0000 1.88 +++ kern_clock.c 16 Mar 2016 12:31:48 -0000 @@ -97,7 +97,7 @@ int stathz; int schedhz; int profhz; int profprocs; -int ticks; +int ticks = INT_MAX - (HZ * 60 * 5); static int psdiv, pscnt; /* prof => stat divider */ int psratio; /* ratio: prof / stat */