On 16.05.2023 16:53, Andrew Cooper wrote: > The current cpu_has_tsx_ctrl tristate is serving double pupose; to signal the > first pass through tsx_init(), and the availability of MSR_TSX_CTRL. > > Drop the variable, replacing it with a once boolean, and altering > cpu_has_tsx_ctrl to come out of the feature information. > > No functional change. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>