On 27/08/2025 9:16 am, Jan Beulich wrote: > At the first (and maybe second) glance the call to setup_clear_cpu_cap() > (which is __init) from psr_cpu_init() (which isn't) looks wrong. The > earlier cpu_has_pqe makes it safe, though. Nevertheless we can do better, > by simply moving the check ahead of the BSP invocation of the function. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> This is still terribly convoluted code.