On Tue, Sep 11, 2018 at 07:34:15AM -0600, Jan Beulich wrote: > Signed-off-by: Jan Beulich <[email protected]>
Reviewed-by: Wei Liu <[email protected]> > --- > v2: Drop open-coded number from macro invocation. > > --- a/xen/arch/x86/cpu/common.c > +++ b/xen/arch/x86/cpu/common.c > @@ -184,7 +184,7 @@ void ctxt_switch_levelling(const struct > } > > if (ctxt_switch_masking) > - ctxt_switch_masking(next); > + alternative_vcall(ctxt_switch_masking, next); > } > > bool_t opt_cpu_info; > > _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
