From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454Ab2DSUR0 (ORCPT ); Thu, 19 Apr 2012 16:17:26 -0400 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:38750 "EHLO e28smtp05.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751577Ab2DSURW (ORCPT ); Thu, 19 Apr 2012 16:17:22 -0400 From: Raghavendra K T To: "H. Peter Anvin" , Ingo Molnar Cc: Attilio Rao , Srivatsa Vaddagiri , the arch/x86 maintainers , Peter Zijlstra , Linus Torvalds , Virtualization , Konrad Rzeszutek Wilk , KVM , Raghavendra K T , Andi Kleen , Stefano Stabellini , Xen Devel , Jeremy Fitzhardinge , Marcelo Tosatti , Andrew Jones , Avi Kivity , Stephan Diestelhorst , LKML Date: Fri, 20 Apr 2012 01:47:00 +0530 Message-Id: <20120419201656.5411.94590.sendpatchset@codeblue> In-Reply-To: <20120419201209.5411.43877.sendpatchset@codeblue> References: <20120419201209.5411.43877.sendpatchset@codeblue> Subject: [PATCH RFC V7 12/12] xen: enable PV ticketlocks on HVM Xen x-cbid: 12041920-8256-0000-0000-0000020F83DD Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/xen/smp.c b/arch/x86/xen/smp.c index 9ac931b..2192f76 100644 --- a/arch/x86/xen/smp.c +++ b/arch/x86/xen/smp.c @@ -574,4 +574,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(); }