From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghavendra K T Subject: [PATCH RFC V9 12/19] xen: Enable PV ticketlocks on HVM Xen Date: Sun, 02 Jun 2013 00:55:03 +0530 Message-ID: <20130601192503.5966.70501.sendpatchset@codeblue> References: <20130601192125.5966.35563.sendpatchset@codeblue> Cc: linux-doc@vger.kernel.org, , Raghavendra K T , , , , , , , , , , , , , , , , , , , , To: , , , , , , Return-path: In-Reply-To: <20130601192125.5966.35563.sendpatchset@codeblue> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org xen: Enable PV ticketlocks on HVM Xen From: Stefano Stabellini Signed-off-by: Jeremy Fitzhardinge Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: Raghavendra K T --- arch/x86/xen/smp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index dcdc91c..8d2abf7 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c @@ -682,4 +682,5 @@ void __init xen_hvm_smp_init(void) smp_ops.cpu_die = xen_hvm_cpu_die; smp_ops.send_call_func_ipi = xen_smp_send_call_function_ipi; smp_ops.send_call_func_single_ipi = xen_smp_send_call_function_single_ipi; + xen_init_spinlocks(); }