MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 9 Feb 2014 13:32:25 +0000 (14:32 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 14 Mar 2014 16:49:16 +0000 (17:49 +0100)
commitf5868f05dc976ecd849d2a8115fab80301c127cd
tree45399eb1d5b31953bf20f5cb53017cc64081465d
parent51061b8876a3906aa5bf173582f180596f9d6455
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 <pebolle@tiscali.nl>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/6522/
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/asmmacro.h
arch/mips/include/asm/fpu.h
arch/mips/kernel/r4k_fpu.S