aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/options.pc98
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2003-03-26 19:49:34 +0000
committerPaul Saab <ps@FreeBSD.org>2003-03-26 19:49:34 +0000
commit87437b0b89a35ab323ede818850de205e8e7f855 (patch)
tree63e61155c42cb3a8ddc75c2e4758c303d4c97297 /sys/conf/options.pc98
parentbb9cca1c2fe092e7fe1d5855961901866e0757c0 (diff)
downloadsrc-87437b0b89a35ab323ede818850de205e8e7f855.tar.gz
src-87437b0b89a35ab323ede818850de205e8e7f855.zip
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
Notes
Notes: svn path=/head/; revision=112687
Diffstat (limited to 'sys/conf/options.pc98')
-rw-r--r--sys/conf/options.pc981
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index 5e49980ee091..7b907d1c277d 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -29,7 +29,6 @@ PECOFF_SUPPORT opt_dontuse.h
PECOFF_DEBUG opt_pecoff.h
# i386 SMP options
APIC_IO opt_global.h
-HTT
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h