From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Desnoyers Date: Sat, 10 Mar 2007 16:31:09 +0000 Subject: Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity Message-Id: <20070310163109.GA5901@Krystal> List-Id: References: <20070310081743.GC23144@Krystal> <20070310082646.GC2994@holomorphy.com> <20070310.002944.115909724.davem@davemloft.net> <20070310105903.GA8915@holomorphy.com> In-Reply-To: <20070310105903.GA8915@holomorphy.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: William Lee Irwin III Cc: David Miller , akpm@linux-foundation.org, mbligh@google.com, linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org * William Lee Irwin III (wli@holomorphy.com) wrote: > On Sat, 10 Mar 2007 00:26:46 -0800, William Lee Irwin III wrote: > >> Oh dear. Could we bit a bit more idiomatic here? For instance, > >> something like: > > On Sat, Mar 10, 2007 at 12:29:44AM -0800, David Miller wrote: > > Ok I pulled the sparc32 patch back out until there is some > > consensus here :) > > It's just a minor touch-up. If Mathieu is okay with it, I'd rather > leave him as the author and just send along an Acked-by: with it. > I'm not terribly attached to it, either. I just choked on my soda > when I saw set_ti_thread_flag(task_thread_info(fpt), TI_USEDFPU) > etc. go by. (Which reminds me, I really need to figure out how to > consolidate the UP and SMP cases for all this.) > > > -- wli Hello, William's implementation is indeed neater than mine. So the consensus goes to his patch as far as I'm concerned. Mathieu -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1767865AbXCJQgP (ORCPT ); Sat, 10 Mar 2007 11:36:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1767868AbXCJQgP (ORCPT ); Sat, 10 Mar 2007 11:36:15 -0500 Received: from tomts10-srv.bellnexxia.net ([209.226.175.54]:54461 "EHLO tomts10-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1767865AbXCJQgN (ORCPT ); Sat, 10 Mar 2007 11:36:13 -0500 Date: Sat, 10 Mar 2007 11:31:09 -0500 From: Mathieu Desnoyers To: William Lee Irwin III Cc: David Miller , akpm@linux-foundation.org, mbligh@google.com, linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org Subject: Re: [PATCH] Fix sparc TIF_USEDFPU flag atomicity Message-ID: <20070310163109.GA5901@Krystal> References: <20070310081743.GC23144@Krystal> <20070310082646.GC2994@holomorphy.com> <20070310.002944.115909724.davem@davemloft.net> <20070310105903.GA8915@holomorphy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20070310105903.GA8915@holomorphy.com> X-Editor: vi X-Info: http://krystal.dyndns.org:8080 X-Operating-System: Linux/2.4.34-grsec (i686) X-Uptime: 11:29:00 up 36 days, 6:36, 2 users, load average: 1.11, 1.13, 1.09 User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * William Lee Irwin III (wli@holomorphy.com) wrote: > On Sat, 10 Mar 2007 00:26:46 -0800, William Lee Irwin III wrote: > >> Oh dear. Could we bit a bit more idiomatic here? For instance, > >> something like: > > On Sat, Mar 10, 2007 at 12:29:44AM -0800, David Miller wrote: > > Ok I pulled the sparc32 patch back out until there is some > > consensus here :) > > It's just a minor touch-up. If Mathieu is okay with it, I'd rather > leave him as the author and just send along an Acked-by: with it. > I'm not terribly attached to it, either. I just choked on my soda > when I saw set_ti_thread_flag(task_thread_info(fpt), TI_USEDFPU) > etc. go by. (Which reminds me, I really need to figure out how to > consolidate the UP and SMP cases for all this.) > > > -- wli Hello, William's implementation is indeed neater than mine. So the consensus goes to his patch as far as I'm concerned. Mathieu -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68