Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752090AbaBITp7 (ORCPT ); Sun, 9 Feb 2014 14:45:59 -0500 Received: from filtteri6.pp.htv.fi ([213.243.153.189]:57387 "EHLO filtteri6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751646AbaBITp6 (ORCPT ); Sun, 9 Feb 2014 14:45:58 -0500 Date: Sun, 9 Feb 2014 21:45:01 +0200 From: Aaro Koskinen To: Jonas Gorski Cc: Paul Bolle , Ralf Baechle , MIPS Mailing List , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2 Message-ID: <20140209194501.GD573@drone.musicnaut.iki.fi> References: <1391952745.25424.6.camel@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sun, Feb 09, 2014 at 05:26:59PM +0100, Jonas Gorski wrote: > On Sun, Feb 9, 2014 at 2:32 PM, Paul Bolle wrote: > > Commit 597ce1723e0f ("MIPS: Support for 64-bit FP with O32 binaries") > > introduced references to two undefined Kconfig macros. CONFIG_MIPS32_R2 > > should clearly be replaced with CONFIG_CPU_MIPS32_R2. And CONFIG_MIPS64 > > should apparently be replaced with CONFIG_64BIT. > > While I agree about the CONFIG_MIPS64 => CONFIG_64BIT replacement, I > wonder if CONFIG_MIPS32_R2 shouldn't rather be CONFIG_CPU_MIPSR2 > (maybe even the existing CONFIG_CPU_MIPS32_R2 are wrong here). FYI, the 64BIT part is already fixed by . I guess these two changes could be separate patches. A. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/