The AMD CPU string logic was updated to add a condition to correctly identify the AMD Athlon 64 X2. Both Intel and AMD logic sections were cleaned to remove hardcoded values that can be provided by the CPU. Intel logic was cleaned up even more based on what the Intel SDM states should be used for CPU identification. First use the CPU String if returned, else use the CPU Brand, else use CPU model/family. https://software.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-vol-1-manual.pdf Tested as much as I could in QEMU since I don't have 32bit hardware. Fixes #4644 and #9262 Change-Id: Iaae0bae81b0691dd29865b33727da8d7b0d5a069 Reviewed-on: https://review.haiku-os.org/c/haiku/+/11061 Haiku-Format: Haiku-format Bot <[email protected]> Reviewed-by: waddlesplash <[email protected]>