Re: hyperthreading on 2.0; no way to get it to work with my hardware.

Frank van der Linden <[email protected]> Sat, 8 Jan 2005 21:19:30 +0100
Newsgroups gmane.os.netbsd.devel.smp
Message-ID <[email protected]>
There is a way to force the use of HT by looking at cpuid info.. the APIC
ids can be derived from that info. It can be added to NetBSD, but it'll
always be optional, since ACPI should really always present all (virtual)
CPUs.

It's not much work to implement this, I'll see if I have a little time
available over the next days to do this.

- Frank