From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751612Ab1HXWGj (ORCPT ); Wed, 24 Aug 2011 18:06:39 -0400 Received: from terminus.zytor.com ([198.137.202.10]:48319 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750751Ab1HXWGi (ORCPT ); Wed, 24 Aug 2011 18:06:38 -0400 Message-ID: <4E5575AC.5060707@zytor.com> Date: Wed, 24 Aug 2011 15:05:32 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 MIME-Version: 1.0 To: Jeremy Fitzhardinge CC: Linus Torvalds , Peter Zijlstra , Ingo Molnar , the arch/x86 maintainers , Linux Kernel Mailing List , Nick Piggin , Jeremy Fitzhardinge Subject: Re: [PATCH 07/12] x86: use cmpxchg_flag() where applicable References: <3d7aea62fac48dd6e2da236d86234113fcd78178.1314221624.git.jeremy.fitzhardinge@citrix.com> <4E5574C3.6080104@zytor.com> <4E557534.3030408@goop.org> In-Reply-To: <4E557534.3030408@goop.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/24/2011 03:03 PM, Jeremy Fitzhardinge wrote: > > Well, we could keep the API (since it is convenient), but just implement > it with a compare. > It seems like a gratuitous change at this point to me, but I don't have a strong opinion one way or the other. -hpa