summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-03-25 23:31:14 +0000
committerjhb <jhb@FreeBSD.org>2003-03-25 23:31:14 +0000
commit77e623bc9aca5ecb570e7fe14b86755e6b9d1efa (patch)
tree68dd470d9d0dcd16992d5cae08aa2b30b9ee202d /sys/amd64/conf
parenta5fbdf69dff17a13d452c17fe81b38ad61728a54 (diff)
downloadFreeBSD-src-77e623bc9aca5ecb570e7fe14b86755e6b9d1efa.zip
FreeBSD-src-77e623bc9aca5ecb570e7fe14b86755e6b9d1efa.tar.gz
Add an options entry for HTT in SMP and GENERIC similar to the SMP and
APIC_IO options. Requested by: John Cagle <john.cagle@hp.com>
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index fbb0689..c50b5d2 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -69,6 +69,9 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
#options SMP # Symmetric MultiProcessor Kernel
#options APIC_IO # Symmetric (APIC) I/O
+# To support HyperThreading, HTT is needed in addition to SMP and APIC_IO
+#options HTT # HyperThreading Technology
+
device isa
device eisa
device pci
OpenPOWER on IntegriCloud