>>> On 08.06.17 at 19:11, <wei.l...@citrix.com> wrote: > --- a/xen/include/asm-x86/pv/traps.h > +++ b/xen/include/asm-x86/pv/traps.h > @@ -26,10 +26,12 @@ > #include <public/xen.h> > > int pv_emulate_privileged_op(struct cpu_user_regs *regs); > +void pv_emulate_gate_op(struct cpu_user_regs *regs); > > #else /* !CONFIG_PV */ > > int pv_emulate_privileged_op(struct cpu_user_regs *regs) { return 0; } > +void pv_emulate_gate_op(struct cpu_user_regs *regs) {}
Missing "inline" (also applies to patch 2 as I've just noticed)? With that corrected, Acked-by: Jan Beulich <jbeul...@suse.com> Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel