From owner-cvs-all@FreeBSD.ORG Wed Sep 8 15:13:22 2004 Return-Path: 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 6A15216A4CE; Wed, 8 Sep 2004 15:13:22 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C2B43D45; Wed, 8 Sep 2004 15:13:22 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i88FDj08009040; Wed, 8 Sep 2004 09:13:46 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <413F2144.70106@freebsd.org> Date: Wed, 08 Sep 2004 09:12:04 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: <200409072237.i87MbiL9044294@repoman.freebsd.org> <200409081008.43532.jhb@FreeBSD.org> In-Reply-To: <200409081008.43532.jhb@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/confGENERIC src/sys/i386/conf GENERIC src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 15:13:22 -0000 John Baldwin wrote: > On Tuesday 07 September 2004 06:37 pm, Scott Long wrote: > >>scottl 2004-09-07 22:37:43 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/alpha/conf GENERIC >> sys/amd64/conf GENERIC >> sys/i386/conf GENERIC >> sys/pc98/conf GENERIC >> sys/sparc64/conf GENERIC >> Log: >> Switch the default scheduler to 4BSD to match what will go into RELENG_5 >>soon. It can be switched back once 5.3 is tested and released. Also turn >>on PREEMPTION as many of the stability problems with it have been fixed. >> >> MT5: 3 days. > > > Umm, PREEMPTION has only been tested on i386, amd64, and alpha. Did you > really mean to turn it on for sparc64? > Yeah, it was a mistake. But, now we get to test it =-) If it doesn't work then it can be easily backed out. Scott