From owner-cvs-all Thu Jan 23 11:33:28 2003 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 3B1C537B405 for ; Thu, 23 Jan 2003 11:33:27 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id C98BB43ED8 for ; Thu, 23 Jan 2003 11:33:21 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 72317 invoked by uid 1000); 23 Jan 2003 19:33:16 -0000 Date: Thu, 23 Jan 2003 11:33:16 -0800 (PST) From: Nate Lawson To: cvs-all@FreeBSD.org Cc: cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 identcpu.c initcpu.c locore.s In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 23 Jan 2003, John Baldwin wrote: > On 23-Jan-2003 Paul Richards wrote: > > On Wed, Jan 22, 2003 at 12:14:53PM -0800, John Baldwin wrote: > >> MFC: Precursors to simple hyperthreading support and sync with current: > > > > Is it a good idea to do this in 4? > > The simple HT support is a very small patch (see > http://www.FreeBSD.org/~jhb/patches/htt.patch) and is something that several > people/companies that use 4.x need. The patch merely enables an Auxiliary Processor on equipment that supports HTT. Thus, 4.x still has all its original SMP weaknesses that will lead people (eventually) to 5.x including the fact that only one process can be active in the kernel at a time. This change is similar to adding a new PCI id to a driver -- it enables use of new hardware but does not introduce any real, new functionality. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message