summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2003-03-26 19:49:34 +0000
committerps <ps@FreeBSD.org>2003-03-26 19:49:34 +0000
commit26fe456f216d9c83dd7f5af085925867ef902c50 (patch)
tree63e61155c42cb3a8ddc75c2e4758c303d4c97297 /sys/i386/conf
parent0511e210cbed13b6dca1e86f8495402b70f7ac01 (diff)
downloadFreeBSD-src-26fe456f216d9c83dd7f5af085925867ef902c50.zip
FreeBSD-src-26fe456f216d9c83dd7f5af085925867ef902c50.tar.gz
Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.
This keeps the logical cpu's halted in the idle loop. By default the logical cpu's are halted at startup. It is also possible to halt any cpu in the idle loop now using machdep.hlt_cpus. Examples of how to use this: machdep.hlt_cpus=1 halt cpu0 machdep.hlt_cpus=2 halt cpu1 machdep.hlt_cpus=4 halt cpu2 machdep.hlt_cpus=3 halt cpu0,cpu1 Reviewed by: jhb, peter
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/i386/conf/SMP3
2 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index bb1582b..856b3ed 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -37,8 +37,6 @@ profile 2
# Mandatory:
options APIC_IO # Symmetric (APIC) I/O
-options HTT # HyperThreading Technology
-
#
# Rogue SMP hardware:
#
diff --git a/sys/i386/conf/SMP b/sys/i386/conf/SMP
index 746ee47..bf555f1 100644
--- a/sys/i386/conf/SMP
+++ b/sys/i386/conf/SMP
@@ -10,6 +10,3 @@ ident SMP-GENERIC
# To make an SMP kernel, the next two are needed
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
OpenPOWER on IntegriCloud