OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Sat Oct 04 2008 - 10:21:59 CDT


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.openbsd.org 2008/10/04 09:21:59

Modified files:
        sys/kern : kern_clock.c

Log message:
At clock initialization, if we discover that tickadj is 0 (due to very
high HZ) set it to 1, to avoid various divide-by-zero errors later
Based on discussion in PR 5511
ok miod