From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 09 Feb 2014 20:45:59 +0100 (CET) Received: from filtteri6.pp.htv.fi ([213.243.153.189]:32837 "EHLO filtteri6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6825747AbaBITp5MC6VX (ORCPT ); Sun, 9 Feb 2014 20:45:57 +0100 Received: from localhost (localhost [127.0.0.1]) by filtteri6.pp.htv.fi (Postfix) with ESMTP id 703D956FA72; Sun, 9 Feb 2014 21:45:56 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp5.welho.com ([213.243.153.39]) by localhost (filtteri6.pp.htv.fi [213.243.153.189]) (amavisd-new, port 10024) with ESMTP id NjXINPy92eLt; Sun, 9 Feb 2014 21:45:52 +0200 (EET) Received: from drone (91-145-91-118.bb.dnainternet.fi [91.145.91.118]) by smtp5.welho.com (Postfix) with ESMTP id 614985BC002; Sun, 9 Feb 2014 21:45:52 +0200 (EET) 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) 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: 39257 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: aaro.koskinen@iki.fi 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 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.