From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753986AbbJ0X1a (ORCPT ); Tue, 27 Oct 2015 19:27:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57835 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751243AbbJ0X13 (ORCPT ); Tue, 27 Oct 2015 19:27:29 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1445975631-17047-2-git-send-email-dave@stgolabs.net> References: <1445975631-17047-2-git-send-email-dave@stgolabs.net> <1445975631-17047-1-git-send-email-dave@stgolabs.net> To: Davidlohr Bueso Cc: dhowells@redhat.com, Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Linus Torvalds , "Paul E. McKenney" , linux-kernel@vger.kernel.org, Steven Miao , Aurelien Jacquiot , Chris Metcalf , Davidlohr Bueso Subject: Re: [PATCH 1/4] arch,cmpxchg: Remove tas() definitions MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <19758.1445988442.1@warthog.procyon.org.uk> Date: Tue, 27 Oct 2015 23:27:22 +0000 Message-ID: <19759.1445988442@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Davidlohr Bueso wrote: > It seems that 5dc12ddee93 (Remove tas()) missed some files. Correct > this and fully drop this macro, for which we should be using cmpxchg > like calls. > > Cc: Steven Miao > Cc: Aurelien Jacquiot > Cc: Chris Metcalf > Signed-off-by: Davidlohr Bueso Acked-by: David Howells [frv]