diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:14:54 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-01-29 05:14:54 -0500 |
commit | 6920df4025b426cb3c9756944a965fe9ccb30925 (patch) | |
tree | 183b92ff33d3c3eaa0660181c10d0d7b0a362cb6 /arch/mips/Kconfig | |
parent | e414004e94b5aebf57ca11be009fed5e39f5b6a8 (diff) |
[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 <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d60bbbb953f0..12bf96334174 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1585,15 +1585,6 @@ config CPU_HAS_SMARTMIPS | |||
1585 | config CPU_HAS_WB | 1585 | config CPU_HAS_WB |
1586 | bool | 1586 | bool |
1587 | 1587 | ||
1588 | config 64BIT_CONTEXT | ||
1589 | bool "Save 64bit integer registers" | ||
1590 | depends on 32BIT && CPU_LOONGSON2 | ||
1591 | help | ||
1592 | Loongson2 CPU is 64bit , when used in 32BIT mode, its integer | ||
1593 | registers can still be accessed as 64bit, mainly for multimedia | ||
1594 | instructions. We must have all 64bit save/restored to make sure | ||
1595 | those instructions to get correct result. | ||
1596 | |||
1597 | # | 1588 | # |
1598 | # Vectored interrupt mode is an R2 feature | 1589 | # Vectored interrupt mode is an R2 feature |
1599 | # | 1590 | # |