* Remove the HTT option from the kernel as we can now
authorDavid Rhodus <drhodus@dragonflybsd.org>
Fri, 9 Jan 2004 20:49:39 +0000 (20:49 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Fri, 9 Jan 2004 20:49:39 +0000 (20:49 +0000)
commit48add3343f5456cc666901c5560cf3b728454f05
tree5da6cb8f7e672ebec9fd12d1a3895f5a8f647619
parent8a4aef80dfec9d456a0fe88a2ac07fab58f67abc
*       Remove the HTT option from the kernel as we can now
pickup the BIOS option if you want to use the logical
cores.

You will still need to compile your kernel with
options        SMP
options        APIC_IO

Because the logical cpu's for the most part still act
like extra processors even though this is not true.

The idea is taken from JHB's changes in FreeBSD but without
the idle loop changes so as not to get the "Hyerthreading
slowdown" affect FreeBSD seems to have with HTT.
sys/conf/options.i386
sys/conf/options.pc98
sys/config/GENERIC
sys/i386/conf/GENERIC
sys/i386/i386/machdep.c
sys/i386/i386/mp_machdep.c
sys/platform/pc32/i386/machdep.c
sys/platform/pc32/i386/mp_machdep.c