On 13.03.2024 15:26, Andrew Cooper wrote: > There is only a single user now, and it's the one odd case. Inline and > simplify it to just the compat case. > > No functional change. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com> > In principle we want to delay the %rsp adjustment until after VERW, but that > turns disp8's into disp32's, making the overall code size larger. While beneficial for SPEC_CTRL_COND_VERW, that might then harm the IRETQ. So aiui neither placement is ideal, and hence the Disp<N> consideration is the determining factor either way. Jan