On Tue, Nov 03, 2020 at 11:56:16AM +0100, Jan Beulich wrote: > Commit 8a74707a7c ("x86/nospec: Use always_inline to fix code gen for > evaluate_nospec") converted inline to always_inline for > adjust_guest_l[134]e(), but left adjust_guest_l2e() and > unadjust_guest_l3e() alone without saying why these two would differ in > the needed / wanted treatment. Adjust these two as well. > > Signed-off-by: Jan Beulich <jbeul...@suse.com>
Acked-by: Roger Pau Monné <roger....@citrix.com> I'm also unsure why those where left without always_inline. Maybe it's because for the way they are used? Turning them into always_inline shouldn't do any damage, so I think it's fine. Thanks, Roger.