From owner-cvs-all@FreeBSD.ORG Fri May 13 17:45:21 2005 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 6D9C516A4E0; Fri, 13 May 2005 17:45:21 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB6D843D70; Fri, 13 May 2005 17:45:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j4DHixP2022983; Fri, 13 May 2005 11:44:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 13 May 2005 11:46:10 -0600 (MDT) Message-Id: <20050513.114610.28861585.imp@bsdimp.com> To: pjd@freebsd.org From: "M. Warner Losh" In-Reply-To: <20050513123909.GW837@darkness.comp.waw.pl> References: <200505130057.j4D0v4ZB025346@repoman.freebsd.org> <20050513123909.GW837@darkness.comp.waw.pl> 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: nectar@freebsd.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386 mp_machdep.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, 13 May 2005 17:45:21 -0000 In message: <20050513123909.GW837@darkness.comp.waw.pl> Pawel Jakub Dawidek writes: : On Fri, May 13, 2005 at 12:57:04AM +0000, Jacques Vidrine wrote: : +> nectar 2005-05-13 00:57:04 UTC : +> : +> FreeBSD src repository : +> : +> Modified files: : +> sys/amd64/amd64 mp_machdep.c : +> sys/i386/i386 mp_machdep.c : +> Log: : +> Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^) : : Are we sure people don't use 6-CURRENT in production for some purposes? : I don't disagree about keeping HTT enable in -CURRENT, but maybe we want : at least print a warning on boot or something. Yes. If you based a production system off of CURRENT, you are assumed to know what you are doing. Warner