From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] x86,locking: Remove ticket (spin)lock implementation Date: Thu, 19 May 2016 10:07:12 +0100 Message-ID: <573D8240.3010108@citrix.com> References: <20160518184302.GO3193@twins.programming.kicks-ass.net> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: , , , , , , To: Peter Zijlstra , Return-path: Received: from smtp02.citrix.com ([66.165.176.63]:19843 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753108AbcESJHR (ORCPT ); Thu, 19 May 2016 05:07:17 -0400 In-Reply-To: <20160518184302.GO3193@twins.programming.kicks-ass.net> Sender: kvm-owner@vger.kernel.org List-ID: On 18/05/16 19:43, Peter Zijlstra wrote: > > We've unconditionally used the queued spinlock for many releases now. > > Its time to remove the old ticket lock code. Xen parts: Acked-by: David Vrabel David