From owner-cvs-src@FreeBSD.ORG Sat Aug 28 01:08:15 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72C2B16A4CE; Sat, 28 Aug 2004 01:08:15 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 232D643D67; Sat, 28 Aug 2004 01:08:15 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7S17Vqb055591; Fri, 27 Aug 2004 19:07:31 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <412FDA62.2010405@samsco.org> Date: Fri, 27 Aug 2004 19:05:38 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <200408280104.i7S14ilS083055@repoman.freebsd.org> In-Reply-To: <200408280104.i7S14ilS083055@repoman.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/kern kern_switch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 01:08:15 -0000 Peter Wemm wrote: > peter 2004-08-28 01:04:44 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_switch.c > Log: > Backout the previous backout (with scott's ok). sched_ule.c:1.122 is > believed to fix the problem with ULE that this change triggered. > > Revision Changes Path > 1.81 +2 -0 src/sys/kern/kern_switch.c I'm hoping that with these changes that we can turn PREEMPTION back on soon and get it ready for merging into RELENG_5 for the 5.3 release. Thanks to Peter and Jeff and Julian for putting their heads together and solving this. Scott