From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 23 May 2014 14:58:51 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:60587 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S6855635AbaEWM6uIJTd9 (ORCPT ); Fri, 23 May 2014 14:58:50 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.7/8.14.4) with ESMTP id s4NCwgUW001765; Fri, 23 May 2014 14:58:42 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.7/8.14.7/Submit) id s4NCwgks001762; Fri, 23 May 2014 14:58:42 +0200 Date: Fri, 23 May 2014 14:58:42 +0200 From: Ralf Baechle To: Alex Smith Cc: linux-mips@linux-mips.org Subject: Re: [PATCH mips-for-linux-next] MIPS: math-emu: Regression fixes Message-ID: <20140523125842.GC334@linux-mips.org> References: <1400849364-7077-1-git-send-email-alex.smith@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400849364-7077-1-git-send-email-alex.smith@imgtec.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 40255 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 Fri, May 23, 2014 at 01:49:24PM +0100, Alex Smith wrote: > Fix some errors introduced by commit e2efc0ab3a ("MIPS: math-emu: > Remove most ifdefery."), which result in incorrect behaviour of the > FPU emulator. > > Signed-off-by: Alex Smith > --- > Ralf, the above commit in mips-for-linux-next causes a regression > which this patch fixes (the regression I was seeing is fixed by the > last change, but I also noticed a couple of incorrect ISA level > checks which I fixed up as well). Could you squash this into that > commit? Will do. Of course that had to pop up in my mail folder just a mere minutes after me claiming there were no pending issues ... Ralf