From owner-freebsd-stable@FreeBSD.ORG Sat May 3 18:53:09 2003 Return-Path: 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 8527A37B404 for ; Sat, 3 May 2003 18:53:09 -0700 (PDT) Received: from mocha.cable.nu (CPE-144-132-13-112.vic.bigpond.net.au [144.132.13.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D1043FA3 for ; Sat, 3 May 2003 18:53:07 -0700 (PDT) (envelope-from joynt@bigpond.net.au) Received: from cappuccino (cappuccino [192.168.1.10]) by mocha.cable.nu (8.12.8p1/8.12.8) with ESMTP id h441sJT7009578; Sun, 4 May 2003 11:54:20 +1000 (EST) (envelope-from joynt@bigpond.net.au) From: Steve Joynt To: Dag-Erling Smorgrav Date: Sun, 4 May 2003 11:53:05 +1000 User-Agent: KMail/1.5.1 References: <20030503132725.D7983@mocha.cable.nu> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305041153.05258.joynt@bigpond.net.au> cc: freebsd-stable@freebsd.org Subject: Re: Hyperthreading in non-SMP systems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2003 01:53:09 -0000 > > Is it possible to have Hyperthreading enabled in non-SMP systems? > > If you mean "non-SMP kernel", what good would it do? Sorry, what I meant was a machine that only supports a single physical processor. I don't have any problems with a non-SMP kernel. I've tried adding "options HTT" without SMP and APIC_IO, but (as I expected) it doesn't seem to do anything. > Try removing APIC_IO. In file included from /usr/src/sys/sys/signalvar.h:42, from /usr/src/sys/sys/user.h:59, from /usr/src/sys/i386/i386/genassym.c:61: machine/smp.h:19: #error APIC_IO required for SMP, add "options APIC_IO" to your config file. *** Error code 1 I have APIC enabled in the bios, so I assume the motherboard's interface is somehow non-standard, or isn't supported yet. It's an ASUS P4PE board (Intel 845PE chipset). - steve