Fine tune the code that decides when to use CPUID. For now, use it
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 20:27:54 +0000 (20:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 20:27:54 +0000 (20:27 +0000)
commit7a7ac6e6bd3f2c1519eb040faa7155c8dfd8621c
tree2f2728a3304a933614acdba262da77f980c71e28
parentf561501954c8009471ec23940e90f53acfec4a0a
Fine tune the code that decides when to use CPUID.  For now, use it
only for Athlon model 1, 2, 3, or 4 processors.  According to AMD, the
model 6 is OK, and perhaps the model 7 as well.  The model 4 is known
to be bad, and models 1, 2, and 3 are probably bad too.  No Intel
processors are known to be bad.
v7/src/microcode/cmpauxmd/i386.m4