x86/PV: consistently inline {,un}adjust_guest_l<N>e()
authorJan Beulich <jbeulich@suse.com>
Mon, 11 Jan 2021 13:50:38 +0000 (14:50 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 11 Jan 2021 13:50:38 +0000 (14:50 +0100)
commit4e70f31a5bb979016eae341fcf4a0f136d451115
treeb1e10ef232407eae4e76197bb04901dd60ec8336
parentce59e3dda5f99afbe7257e1e9a22dffd5c4d033c
x86/PV: consistently inline {,un}adjust_guest_l<N>e()

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 <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/pv/mm.h