Date: Sat, 27 Nov 1999 04:32:30 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/kern kern_clock.c kern_synch.c src/sys/sys proc.h Message-ID: <199911271232.EAA33620@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/11/27 04:32:29 PST Modified files: sys/i386/i386 mp_machdep.c sys/kern kern_clock.c kern_synch.c sys/sys proc.h Log: 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 Revision Changes Path 1.112 +2 -9 src/sys/i386/i386/mp_machdep.c 1.102 +2 -22 src/sys/kern/kern_clock.c 1.81 +27 -1 src/sys/kern/kern_synch.c 1.94 +2 -1 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911271232.EAA33620>