From owner-cvs-all Wed Mar 3 10:16: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7186515537; Wed, 3 Mar 1999 10:15:45 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA72571; Wed, 3 Mar 1999 10:15:30 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903031815.KAA72571@freefall.freebsd.org> From: Julian Elischer Date: Wed, 3 Mar 1999 10:15:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c src/sys/sys proc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/03 10:15:30 PST Modified files: sys/kern kern_synch.c sys/sys proc.h Log: The tunable parameter for the scheduler quantum was inverted. Higher numbers led to smaller quanta. In discussion with BDE, change this parameter to be in uSecs to make it machine independent, and limit it to non zero multiples of 'tick' (rounding down). Also make the variabel globally available so that the present function that returns its value (used for posix scheduling I believe) can go away. Submitted by: Bruce Evans Revision Changes Path 1.75 +23 -30 src/sys/kern/kern_synch.c 1.73 +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