Subject: Re: hyperthreading on 2.0; no way to get it to work with my hardware.
To: okay_awright <okayawright@gmail.com>
From: Frank van der Linden <fvdl@netbsd.org>
List: tech-smp
Date: 01/08/2005 21:19:30
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