From owner-cvs-src@FreeBSD.ORG Wed Sep 1 21:00:24 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 6AD7616A4CE; Wed, 1 Sep 2004 21:00:24 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE57C43D31; Wed, 1 Sep 2004 21:00:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i81KvgRd085133; Wed, 1 Sep 2004 14:57:43 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 01 Sep 2004 14:57:55 -0600 (MDT) Message-Id: <20040901.145755.113101292.imp@bsdimp.com> To: julian@freebsd.org From: "M. Warner Losh" In-Reply-To: <200409011829.i81ITvq9017808@repoman.freebsd.org> References: <200409011829.i81ITvq9017808@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org 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 21:00:24 -0000 In message: <200409011829.i81ITvq9017808@repoman.freebsd.org> Julian Elischer writes: : julian 2004-09-01 18:29:57 UTC : : FreeBSD src repository : : Modified files: : sys/i386/include param.h : Log: : Don't ask for this for modules. no modules need to know about preemption at the moment Generally, .h files shouldn't include opt_goo.h at all. Please remove it entirely from param.h or find some other way to get this information. There are a few others in the tree, btu they are generally in error or are not visible to modules. Warner