From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 13 Mar 2014 00:02:06 +0100 (CET) Received: from mail.active-venture.com ([67.228.131.205]:50567 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6870548AbaCLXCEAeZVq (ORCPT ); Thu, 13 Mar 2014 00:02:04 +0100 Received: (qmail 91120 invoked by uid 399); 12 Mar 2014 23:01:57 -0000 Received: from unknown (HELO server.roeck-us.net) (linux@roeck-us.net@108.223.40.66) by mail.active-venture.com with ESMTPAM; 12 Mar 2014 23:01:57 -0000 X-Originating-IP: 108.223.40.66 X-Sender: linux@roeck-us.net Message-ID: <5320E763.9020901@roeck-us.net> Date: Wed, 12 Mar 2014 16:01:55 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Aaro Koskinen , Andrew Morton , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Ralf Baechle CC: Paul Burton , Paul Bolle , Huacai Chen , Andreas Barth Subject: Re: [PATCH RESEND 1/2] MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2 References: <1394664067-17712-1-git-send-email-aaro.koskinen@iki.fi> <1394664067-17712-2-git-send-email-aaro.koskinen@iki.fi> In-Reply-To: <1394664067-17712-2-git-send-email-aaro.koskinen@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 39460 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: linux@roeck-us.net 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 03/12/2014 03:41 PM, Aaro Koskinen wrote: > From: Paul Bolle > > 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. > > Signed-off-by: Paul Bolle > Signed-off-by: Huacai Chen > Tested-by: Aaro Koskinen > Signed-off-by: Aaro Koskinen With qemu-system-mips64: Tested-by: Guenter Roeck