From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 12 May 2015 23:14:45 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:48151 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27026688AbbELVOnHcyat (ORCPT ); Tue, 12 May 2015 23:14:43 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.9/8.14.8) with ESMTP id t4CLEh2X021900; Tue, 12 May 2015 23:14:43 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.9/8.14.9/Submit) id t4CLEhBR021899; Tue, 12 May 2015 23:14:43 +0200 Date: Tue, 12 May 2015 23:14:43 +0200 From: Ralf Baechle To: "Maciej W. Rozycki" Cc: Paul Martin , Ezequiel Garcia , Markos Chandras , James Hogan , linux-mips@linux-mips.org Subject: Re: [PATCH v2] MIPS: Fix a preemption issue with thread's FPU defaults Message-ID: <20150512211443.GA21142@linux-mips.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 47354 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tue, May 12, 2015 at 03:20:57PM +0100, Maciej W. Rozycki wrote: On systems with multiple types of FPUs this would also result in a more consistent behaviour when a process is scheduled between different CPUs. Ralf