From: Ralf Baechle Date: Tue, 29 Jan 2008 10:14:54 +0000 (+0000) Subject: [MIPS] Delete unused CONFIG_64BIT_CONTEXT X-Git-Tag: v3.12-rc1~24054^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6920df4025b426cb3c9756944a965fe9ccb30925;p=kernel%2Fkernel-generic.git [MIPS] Delete unused CONFIG_64BIT_CONTEXT The merge of the code to use this was never completed so delete it for the time being. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d60bbbb..12bf963 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1585,15 +1585,6 @@ config CPU_HAS_SMARTMIPS config CPU_HAS_WB bool -config 64BIT_CONTEXT - bool "Save 64bit integer registers" - depends on 32BIT && CPU_LOONGSON2 - help - Loongson2 CPU is 64bit , when used in 32BIT mode, its integer - registers can still be accessed as 64bit, mainly for multimedia - instructions. We must have all 64bit save/restored to make sure - those instructions to get correct result. - # # Vectored interrupt mode is an R2 feature #