K 10 svn:author V 3 bde K 8 svn:date V 27 1999-11-27T12:32:27.000000Z K 7 svn:log V 335 Moved scheduling-related code to kern_synch.c so that it is easier to fix and extend. The new function containing the code is named schedclock() as in NetBSD, but it has slightly different semantics (it already handles incrementation of p->p_cpticks, and it should handle any calling frequency). Agreed with in principle by: dufault END