summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.pc98
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/conf/options.pc98
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/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 5e49980..7b907d1 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
OpenPOWER on IntegriCloud