Skip to content

Commit

Permalink
[MIPS] Delete unused CONFIG_64BIT_CONTEXT
Browse files Browse the repository at this point in the history
The merge of the code to use this was never completed so delete it for the
time being.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jan 29, 2008
1 parent e414004 commit 6920df4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 6920df4

Please sign in to comment.