From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755710AbdDNXpr (ORCPT ); Fri, 14 Apr 2017 19:45:47 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:53740 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755233AbdDNXpp (ORCPT ); Fri, 14 Apr 2017 19:45:45 -0400 Date: Sat, 15 Apr 2017 00:45:42 +0100 (BST) From: "Maciej W. Rozycki" To: Greg Kroah-Hartman cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, James Hogan , Paul Burton , Ralf Baechle , linux-mips@linux-mips.org Subject: Re: [PATCH 4.4 27/32] MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels In-Reply-To: <20170410163843.079809660@linuxfoundation.org> Message-ID: References: <20170410163839.055472822@linuxfoundation.org> <20170410163843.079809660@linuxfoundation.org> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 Apr 2017, Greg Kroah-Hartman wrote: > Force o32 fp64 support in this case by also selecting > MIPS_O32_FP64_SUPPORT from CPU_MIPS64_R6 if 32BIT. [...] > --- a/arch/mips/Kconfig > +++ b/arch/mips/Kconfig > @@ -1412,7 +1412,7 @@ config CPU_MIPS32_R6 > select CPU_SUPPORTS_MSA > select GENERIC_CSUM > select HAVE_KVM > - select MIPS_O32_FP64_SUPPORT > + select MIPS_O32_FP64_SUPPORT if 32BIT > help > Choose this option to build a kernel for release 6 or later of the > MIPS32 architecture. New MIPS processors, starting with the Warrior Has the patch been misapplied? Its description refers to CPU_MIPS64_R6, however the hunk heading in the diff itself indicates CPU_MIPS32_R6. Maciej