commit | c8be4b6f1d4a3ea74afb1df526477d6fbcb5d8c2 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Oct 23 10:33:02 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Oct 23 10:33:02 2023 +0200 |
tree | d3bc3d05cbc95d74ebc1b1c5e123ab1b99215960 | |
parent | cd75cd859e58ff7161871849c59f01e9df3cdbc3 [diff] |
x86: i686 != PentiumPro The two are distinct in opcodes/, distinguished precisely by CpuNOP that's relevant in i386_generate_nops(), yet the function has the PPro case label in the other group. Simply removing it revealed that cpu_arch[] had a wrong entry for i686. While there also add PROCESSOR_IAMCU to the respective comment.