From: Paul Bolle Date: Sun, 9 Feb 2014 13:32:25 +0000 (+0100) Subject: MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2 X-Git-Tag: v3.14-rc8~19^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5868f05dc976ecd849d2a8115fab80301c127cd;p=pandora-kernel.git MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2 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 be replaced with CONFIG_64BIT. Signed-off-by: Paul Bolle Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/6522/ Tested-by: Aaro Koskinen Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed