diff options
author | ps <ps@FreeBSD.org> | 2003-03-26 19:55:03 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2003-03-26 19:55:03 +0000 |
commit | 1fc4964a6ec4d9f33a0e4fe711deec8e95c2a8cc (patch) | |
tree | c90547e96987e9759475c57b2924760f2fc58c4b /sys | |
parent | 26fe456f216d9c83dd7f5af085925867ef902c50 (diff) | |
download | FreeBSD-src-1fc4964a6ec4d9f33a0e4fe711deec8e95c2a8cc.zip FreeBSD-src-1fc4964a6ec4d9f33a0e4fe711deec8e95c2a8cc.tar.gz |
Nuke HTT from here too.
Spotted by: jhb
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index c50b5d2..fbb0689 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -69,9 +69,6 @@ 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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index c50b5d2..fbb0689 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -69,9 +69,6 @@ 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 |