From 67f117b5bd3050de9edab1c575fd54b8e4960284 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 20 Jul 2003 21:44:12 +0000 Subject: [PATCH] IP22 has externally controlled S-cache. --- arch/mips/Kconfig-shared | 2 +- arch/mips/defconfig | 1 + arch/mips/defconfig-ip22 | 1 + arch/mips64/defconfig-ip22 | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/mips/Kconfig-shared b/arch/mips/Kconfig-shared index bf05bde1054..919f48487ba 100644 --- a/arch/mips/Kconfig-shared +++ b/arch/mips/Kconfig-shared @@ -810,7 +810,7 @@ endchoice config R5000_CPU_SCACHE bool depends on CPU_NEVADA || CPU_R5000 - default y if SGI_IP32 || LASAT + default y if SGI_IP22 || SGI_IP32 || LASAT config BOARD_SCACHE bool diff --git a/arch/mips/defconfig b/arch/mips/defconfig index b53aac851ad..b8871d612ed 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig @@ -106,6 +106,7 @@ CONFIG_CPU_R5000=y # CONFIG_CPU_R10000 is not set # CONFIG_CPU_RM7000 is not set # CONFIG_CPU_SB1 is not set +CONFIG_R5000_CPU_SCACHE=y # CONFIG_64BIT_PHYS_ADDR is not set # CONFIG_CPU_ADVANCED is not set CONFIG_CPU_HAS_LLSC=y diff --git a/arch/mips/defconfig-ip22 b/arch/mips/defconfig-ip22 index b53aac851ad..b8871d612ed 100644 --- a/arch/mips/defconfig-ip22 +++ b/arch/mips/defconfig-ip22 @@ -106,6 +106,7 @@ CONFIG_CPU_R5000=y # CONFIG_CPU_R10000 is not set # CONFIG_CPU_RM7000 is not set # CONFIG_CPU_SB1 is not set +CONFIG_R5000_CPU_SCACHE=y # CONFIG_64BIT_PHYS_ADDR is not set # CONFIG_CPU_ADVANCED is not set CONFIG_CPU_HAS_LLSC=y diff --git a/arch/mips64/defconfig-ip22 b/arch/mips64/defconfig-ip22 index 49e64ad3f03..336eebe6f15 100644 --- a/arch/mips64/defconfig-ip22 +++ b/arch/mips64/defconfig-ip22 @@ -103,6 +103,7 @@ CONFIG_CPU_R5000=y # CONFIG_CPU_R10000 is not set # CONFIG_CPU_RM7000 is not set # CONFIG_CPU_SB1 is not set +CONFIG_R5000_CPU_SCACHE=y CONFIG_CPU_HAS_LLSC=y CONFIG_CPU_HAS_LLDSCD=y CONFIG_CPU_HAS_SYNC=y -- 2.11.4.GIT