John Baldwin 5b1e7cb257 - Use cpu_exthigh instead of executing cpuid again to retrieve it for the
print_AMD_foo() functions.
- Add a brand name table for the brand index provided on Intel CPU's in
  %ebx after cpuid 1.
- For Intel CPUs, if we don't get a processor name from the extended cpuid
  then use the brand index in cpuid_cpuinfo to pick a name from the brand
  table and copy that name into cpu_brand.
- Replace the duplicated code to use the extended cpuid to replace
  cpu_model with the processor name in the AMD and Transmeta sections of
  printcpuinfo() with generic code that replaces cpu_model with
  cpu_brand if cpu_brand is not an empty string.  We also trim leading
  spaces from cpu_brand prior to doing this since at least some processor
  names (notably those of Intel CPUs) have leading spaces in the name.
- Give print_AMD_features() its own private regs[] array since
  printcpuinfo() doesn't use the one it has anymore.
2003-01-08 16:41:48 +00:00
..
2003-01-03 00:19:54 +00:00
2003-01-06 13:43:15 +00:00
2003-01-06 19:30:21 +00:00
2002-12-22 05:35:03 +00:00
2003-01-08 04:57:53 +00:00
2002-12-18 11:46:59 +00:00
2003-01-04 17:26:35 +00:00
2003-01-07 20:10:04 +00:00
2003-01-08 04:29:00 +00:00
2003-01-08 04:57:53 +00:00