From owner-cvs-all Fri Oct 11 22:35: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 056D037B401; Fri, 11 Oct 2002 22:35:06 -0700 (PDT) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C82243E3B; Fri, 11 Oct 2002 22:35:05 -0700 (PDT) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g9C5Z4j51744; Sat, 12 Oct 2002 01:35:04 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Sat, 12 Oct 2002 01:35:04 -0400 (EDT) From: Jeff Roberson To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/conf files src/sys/i386/i386 machdep.c src/sys/kern kern_clock.c kern_exit.c kern_fork.c kern_idle.c kern_mutex.c kern_resource.c kern_subr.c kern_switch.c In-Reply-To: <200210120532.g9C5WO80048576@freefall.freebsd.org> Message-ID: <20021012013338.M46092-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 11 Oct 2002, Jeff Roberson wrote: > jeff 2002/10/11 22:32:24 PDT > > - Create a new scheduler api that is defined in sys/sched.h > - Begin moving scheduler specific functionality into sched_4bsd.c > - Replace direct manipulation of scheduler data with hooks provided by the > new api. > - Remove KSE specific state modifications and single runq assumptions from > kern_switch.c Tested on x86 and alpha. Thank you bde, luigi, and julian for the great feedback. To those of you not familiar with this change, it is not a functionality change. It's just a code reorg. This should allow us to implement new schedulers with far less hassle. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message