From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761137AbZENI1h (ORCPT ); Thu, 14 May 2009 04:27:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754321AbZENI11 (ORCPT ); Thu, 14 May 2009 04:27:27 -0400 Received: from one.firstfloor.org ([213.235.205.2]:53713 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752098AbZENI10 (ORCPT ); Thu, 14 May 2009 04:27:26 -0400 Date: Thu, 14 May 2009 10:32:50 +0200 From: Andi Kleen To: Sheng Yang Cc: Andi Kleen , linux-kernel@vger.kernel.org, linux-mm , Ingo Molnar , "H. Peter Anvin" Subject: Re: [PATCH] x86: Extend test_and_set_bit() test_and_clean_bit() to 64 bits in X86_64 Message-ID: <20090514083250.GD19296@one.firstfloor.org> References: <1242202647-32446-1-git-send-email-sheng@linux.intel.com> <87zldhl7ne.fsf@basil.nowhere.org> <200905141145.05591.sheng@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905141145.05591.sheng@linux.intel.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Well, I just think lots of "#ifdef/#else" is a little annoying here, then use > REX... Better add a 'q' string concatination then. The problem with rex is that most people can't read it even if they know assembler -- they don't know all the details of instruction encoding. -Andi -- ak@linux.intel.com -- Speaking for myself only.