[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 06/17] x86: provide stub for arch_do_multicall_call
This hypercall is PV only on x86. Provide a stub for it when !CONFIG_PV. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- xen/arch/x86/hypercall.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xen/arch/x86/hypercall.c b/xen/arch/x86/hypercall.c index 74bde5e..a2f4797 100644 --- a/xen/arch/x86/hypercall.c +++ b/xen/arch/x86/hypercall.c @@ -248,6 +248,15 @@ int hypercall_xlat_continuation(unsigned int *id, unsigned int nr, return rc; } +#ifndef CONFIG_PV +/* Stub for arch_do_multicall_call */ +enum mc_disposition arch_do_multicall_call(struct mc_state *mc) +{ + return mc_exit; +} + +#endif + /* * Local variables: * mode: C -- git-series 0.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |