From owner-cvs-src Wed Mar 5 10:11:14 2003 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 7714037B406 for ; Wed, 5 Mar 2003 10:11:12 -0800 (PST) Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3D1343FAF for ; Wed, 5 Mar 2003 10:11:10 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 3662 invoked from network); 5 Mar 2003 18:11:15 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Mar 2003 18:11:15 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id h25I8ThT049024; Wed, 5 Mar 2003 13:08:30 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 05 Mar 2003 13:11:24 -0500 (EST) From: John Baldwin To: Nate Lawson Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/conf NOTE Cc: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Dag-Erling Smorgrav Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 05-Mar-2003 Nate Lawson wrote: > On Wed, 5 Mar 2003, Dag-Erling Smorgrav wrote: >> John Baldwin writes: >> > Modified files: >> > sys/conf options.i386 >> > sys/i386/conf NOTES >> > sys/i386/i386 mp_machdep.c >> > Log: >> > Wrap the hyperthreading support code with the HTT kernel option. >> > Hyperthreading support is now off unless the HTT option is added. >> >> You need to add it to options.pc98 as well - the pc98 kernel build >> uses the i386 mp_machdep.c, and fails because opt_htt.h does not >> exist. > > Or better, remove the dependency when !defined(HTT) Including opt_htt.h is how I know whether or not HTT is defined. Bit of a chicken and egg problem there. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message