From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934190AbcI0MSt (ORCPT ); Tue, 27 Sep 2016 08:18:49 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:35385 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933534AbcI0MSl (ORCPT ); Tue, 27 Sep 2016 08:18:41 -0400 Date: Tue, 27 Sep 2016 14:18:35 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Nikolay Borisov , hpa@zytor.com, x86@kernel.org, mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/cmpxchg: Remove superfluous definitions Message-ID: <20160927121835.GA32438@gmail.com> References: <1474913478-17757-1-git-send-email-n.borisov.lkml@gmail.com> <20160927110209.GJ5016@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160927110209.GJ5016@twins.programming.kicks-ass.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > On Mon, Sep 26, 2016 at 09:11:18PM +0300, Nikolay Borisov wrote: > > cmpxchg contained definitions for unused (x)add_* operations, dating back > > to the original ticket spinlock implementation. Nowadays these are > > unused so remove them. > > https://lkml.kernel.org/r/20160518184302.GO3193@twins.programming.kicks-ass.net > > should go first though... Ingo? Sure, no objections from me! Thanks, Ingo