From owner-cvs-src@FreeBSD.ORG Wed Nov 12 00:41:55 2003 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 BA34216A4CE; Wed, 12 Nov 2003 00:41:55 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD0F43FAF; Wed, 12 Nov 2003 00:41:54 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD 5.1) id 1AJqZS-0008We-OY; Wed, 12 Nov 2003 10:41:50 +0200 Date: Wed, 12 Nov 2003 10:41:50 +0200 From: Sheldon Hearn To: John Baldwin Message-ID: <20031112084150.GU1127@starjuice.net> Mail-Followup-To: John Baldwin , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200311111716.hABHGGMt060914@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311111716.hABHGGMt060914@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 mp_machdep.c 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, 12 Nov 2003 08:41:55 -0000 On (2003/11/11 09:16), John Baldwin wrote: > FreeBSD src repository > > Modified files: > sys/i386/i386 mp_machdep.c > Log: > Enable HTT CPUs by default instead of halting them by default. Users > should now only have HTT CPUs if they have explicitly asked for them > either by enabling HyperThreading in the BIOS or by using the > MPTABLE_FORCE_HTT kernel option. So now a GENERIC kernel will listen to the BIOS with respect to HTT support, without any intervention required from the administrator? That's great, thanks. Ciao, Sheldon.