Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 00:28:34 -0600
From:      "Cagle, John (ISS-Houston)" <john.cagle@hp.com>
To:        <freebsd-smp@freebsd.org>
Subject:   HTT option in GENERIC template?
Message-ID:  <C50AB9511EE59B49B2A503CB7AE1ABD10440E45D@cceexc19.americas.cpqcorp.net>

next in thread | raw e-mail | index | archive | help
I'd like to recommend the following simple patch be checked in for the
GENERIC config file for 4.8.  This should reduce user confusion about
enabling hyperthreading:

RCS file: /usr/ncvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.246.2.51
diff -u -r1.246.2.51 GENERIC
--- GENERIC	28 Feb 2003 15:53:37 -0000	1.246.2.51
+++ GENERIC	25 Mar 2003 06:20:27 -0000
@@ -64,6 +64,9 @@
 #options 	SMP			# Symmetric MultiProcessor
Kernel
 #options 	APIC_IO			# Symmetric (APIC) I/O
=20
+# To make a Hyperthreading kernel, use SMP, APIC_IO and HTT
+#options	HTT			# Enable Hyperthreading
+
 device		isa
 device		eisa
 device		pci


Regards,
John

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C50AB9511EE59B49B2A503CB7AE1ABD10440E45D>