From owner-cvs-all@FreeBSD.ORG Fri Aug 6 16:06:36 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 2C7B316A4CE; Fri, 6 Aug 2004 16:06:36 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9E143D54; Fri, 6 Aug 2004 16:06:35 +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 i76G5oZW011086; Fri, 6 Aug 2004 10:05:51 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <4113AC45.1050003@freebsd.org> Date: Fri, 06 Aug 2004 10:05:25 -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: <200408061549.i76Fni3I019460@repoman.freebsd.org> In-Reply-To: <200408061549.i76Fni3I019460@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-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: Fri, 06 Aug 2004 16:06:36 -0000 John Baldwin wrote: > jhb 2004-08-06 15:49:44 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_switch.c > Log: > Don't scare users with a warning about preemption being off when it isn't > yet safe to have on by default. > > Revision Changes Path > 1.75 +2 -0 src/sys/kern/kern_switch.c I was actually hoping to leave this on as a reminder to get us to fix the underlying problems, and only turning it off if absolutely necessary for the release. Sorry that I didn't mention this sooner. Scott