|
Description
|
The Intel manual (Software Developer s Manual Volume 2A: Instruction Set Reference, A-M Order Number: 253666-026US February 2008) specifies that the extended model field of CPUID.1.EAX should be considered when Family ID is 0xF or 0x6.
Code in cpuid.c:add_cpunode2devtree() examines the extended model field (bits 20-27) only if the model field has the value 0xf. This is based on older documentation and needs to be updated.
|