You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only consider processors with an APIC_ID as valid.
For processors with Hyperthreads but disabled SMT the APIC_ID will never be set and stays zero for the "disabled" threads.
Among other inconsistencies this causes the first active thread/processor to be considered "the same" as all the disabled ones as they share `APIC_ID=0`
It also doesn't make sense to make and decisions based on the APIC_ID if we don't have any information on it.
0 commit comments