diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-05 14:50:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 19:31:59 +0100 |
commit | 0ae12797581a25832aea7011192d023a348ae5ab (patch) | |
tree | 1b021eb002780c1cc3f3c75f38102c973c02772f | |
parent | c8094b53c17bf93d8afa5e8ccec30450a2e07aad (diff) | |
download | blackbird-obmc-linux-0ae12797581a25832aea7011192d023a348ae5ab.tar.gz blackbird-obmc-linux-0ae12797581a25832aea7011192d023a348ae5ab.zip |
Send CONFIG_VTAG_ICACHE back into it's cold grave.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6ab95e314d17..8ac03cfcb2d2 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1354,10 +1354,6 @@ config MIPS_VPE_APSP_API bool "Enable support for AP/SP API (RTLX)" depends on MIPS_VPE_LOADER -config VTAG_ICACHE - bool "Support for Virtual Tagged I-cache" if CPU_MIPS64 || CPU_MIPS32 - default y if CPU_SB1 - config SB1_PASS_1_WORKAROUNDS bool depends on CPU_SB1_PASS_1 |