From owner-freebsd-stable@FreeBSD.ORG Wed Nov 2 21:39:34 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D2D116A41F for ; Wed, 2 Nov 2005 21:39:34 +0000 (GMT) (envelope-from kenfreebsd@icarz.com) Received: from miramanee.icarz.com (miramanee.icarz.com [207.99.22.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F7B43D48 for ; Wed, 2 Nov 2005 21:39:33 +0000 (GMT) (envelope-from kenfreebsd@icarz.com) Received: from deanna.icarz.com (deanna.icarz.com [207.99.22.19]) by miramanee.icarz.com (8.13.3/8.13.1) with ESMTP id jA2LdWPA022524 for ; Wed, 2 Nov 2005 16:39:32 -0500 (EST) (envelope-from kenfreebsd@icarz.com) Received: from kenxp (netb-138.icarz.com [209.123.219.138]) by deanna.icarz.com (8.12.11/8.12.9) with SMTP id jA2LdUxr078788 for ; Wed, 2 Nov 2005 16:39:30 -0500 (EST) (envelope-from kenfreebsd@icarz.com) Message-ID: <075001c5dff5$e859fbc0$8adb7bd1@icarz.com> From: "Ken Menzel" To: Date: Wed, 2 Nov 2005 16:39:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Spam-Score: -99.999 () BAYES_50,UPPERCASE_25_50,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.39 Cc: Subject: Fw: GENERIC and DEFAULTS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ken Menzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 21:39:34 -0000 > options INVARIANT_SUPPORT > > nooptions WITNESS > nooptions WITNESS_SKIP_SPIN If I include GENERIC can I comment out the following? #cpu I486_CPU #cpu I586_CPU Does this make any difference? I have always done this out of habit. would it become nocpu I486_CPU ? Or is this irrelevant as the build knows what CPU I have? Thanks, Ken