From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754386AbZEYVRk (ORCPT ); Mon, 25 May 2009 17:17:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752212AbZEYVRd (ORCPT ); Mon, 25 May 2009 17:17:33 -0400 Received: from terminus.zytor.com ([198.137.202.10]:57272 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751998AbZEYVRd (ORCPT ); Mon, 25 May 2009 17:17:33 -0400 Message-ID: <4A1B0ACD.8020502@zytor.com> Date: Mon, 25 May 2009 14:17:01 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: lkml@morethan.org CC: Harald Welte , Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org, Alan Cox Subject: Re: [BUG FIX] Make x86_32 uni-processor Atomic ops, Atomic References: <200905221139.26941.lkml@morethan.org> <200905251418.39933.lkml@morethan.org> <200905251446.37022.lkml@morethan.org> <200905251610.43071.lkml@morethan.org> In-Reply-To: <200905251610.43071.lkml@morethan.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Michael S. Zick wrote: > On Mon May 25 2009, Michael S. Zick wrote: > > In actual application, this *should not* make a difference. > No kidding. This is a valid transformation for integers, since it is all done with 2's-complement arithmetic. Floating-point numbers is a whole other game. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.