commit | fb2637073b4a3ed9c229c3721bc779624d9a297c | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Wed Sep 27 16:52:08 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Wed Sep 27 16:52:08 2023 +0200 |
tree | 602b8394a773b23c458282067bc97d7e6bd1dece | |
parent | bd483d213a5d63472dc57706622f4a05494a4811 [diff] |
x86: drop cpu_arch_tune_flags Apparently from its introduction the variable was only ever written (the only read is merely to determine whether to write it with another value). (Since, due to the need to re-indent, the adjacent lines setting cpu_arch_tune need touching anyway, switch to using PREOCESSOR_* constants where applicable, to make more obvious what the resulting state is going to be.)