From owner-cvs-src@FreeBSD.ORG Wed Sep 1 20:38:21 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 BBAFA16A4CE; Wed, 1 Sep 2004 20:38:21 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9799A43D5C; Wed, 1 Sep 2004 20:38:21 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id E8F727A3F9; Wed, 1 Sep 2004 13:38:20 -0700 (PDT) Message-ID: <4136333C.8090207@elischer.org> Date: Wed, 01 Sep 2004 13:38:20 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: <200409011829.i81ITvq9017808@repoman.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include param.h 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: Wed, 01 Sep 2004 20:38:21 -0000 I'm rapidly coming to that conclusion myself.. breaks all over the place because so many places pretend to be the kernel when they are not. Dag-Erling Smørgrav wrote: >Julian Elischer writes: > > >> Log: >> Don't ask for this for modules. no modules need to know about preemption at the moment >> >> > >Including opt_* from other headers is a big no-no. If I were you, I >would seriously consider reverting this file to 1.72 and finding some >other way of solving this, such as turning PREEMPTION off entirely or >adding an #error to sched_ule.c conditional on PREEMPTION. > >DES > >