commit | c0260ac61915b053c1a2539797ed5fd06eb99ac6 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Sep 15 09:56:33 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Sep 15 09:56:33 2023 +0200 |
tree | 73ac89a7ac04de523798e1c0f0857bf28519d3c6 | |
parent | 1d07cfb4406ee1dd336dd63cd5af7e8534892be7 [diff] |
x86: don't play with cpu_arch_flags.cpu{,no}64 A total four places exists where we set the two bits from flag_code, but these values are never used. The two bits are evaluated only when coming from insn templates. Drop these assignments. Also make obvious that cpu_flags_check_cpu64() is only ever used against insn templates.