From owner-cvs-src@FreeBSD.ORG Thu Dec 14 04:13:37 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C13D116A4FD; Thu, 14 Dec 2006 04:13:37 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A5543CB5; Thu, 14 Dec 2006 04:12:02 +0000 (GMT) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.13.8/8.13.8) with ESMTP id kBE4DPbr026689; Wed, 13 Dec 2006 20:13:35 -0800 (PST) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.13.8/8.13.8/Submit) with ESMTP id kBE4DOkO026686; Wed, 13 Dec 2006 20:13:25 -0800 (PST) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Wed, 13 Dec 2006 20:13:24 -0800 (PST) From: mjacob@freebsd.org X-X-Sender: mjacob@ns1.feral.com To: Scott Long In-Reply-To: <4580CD6A.5090802@samsco.org> Message-ID: <20061213201031.T26658@ns1.feral.com> References: <200612140357.kBE3vY0Q053458@repoman.freebsd.org> <4580CD6A.5090802@samsco.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "David E. O'Brien" Subject: Re: cvs commit: src/sys/amd64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mjacob@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 04:13:37 -0000 > David E. O'Brien wrote: >> obrien 2006-12-14 03:57:34 UTC >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_6) >> sys/amd64/conf GENERIC Log: >> Turn on SMP in the default kernel. >> Most FreeBSD/amd64 machines are either multi-socket and/or multi-core. >> Revision Changes Path >> 1.439.2.16 +3 -0 src/sys/amd64/conf/GENERIC > > I guess you missed /sys/amd64/conf/SMP and all of the work that was done > in sysinstall to detect and auto-install an SMP kernel. Idiot. Welcome > back. First of all, no need to be so surly- I'm sure David meant well. Secondly, I would *like* to have SMP on as a default in RELENG_6 for amd64, as it would avoid doing what I've done twice already- fresh sysinstall may or may not have installed an SMP kernel but going off and building GENERIC then lost me my SMP. It's sort a violation of POLA.