Hi,
This patch removes CONFIG_VR4181.
VR4181 support was already removed.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips-rc6/Documentation/dontdiff mips-rc6-orig/arch/mips/Kconfig
mips-rc6/arch/mips/Kconfig
--- mips-rc6-orig/arch/mips/Kconfig 2006-06-09 00:32:57.197212500 +0900
+++ mips-rc6/arch/mips/Kconfig 2006-06-09 00:40:07.424100000 +0900
@@ -1040,9 +1040,6 @@ config MIPS_L1_CACHE_SHIFT
config HAVE_STD_PC_SERIAL_PORT
bool
-config VR4181
- bool
-
config ARC_CONSOLE
bool "ARC console support"
depends on SGI_IP22 || SNI_RM200_PCI
diff -pruN -X mips-rc6/Documentation/dontdiff
mips-rc6-orig/arch/mips/kernel/cpu-probe.c mips-rc6/arch/mips/kernel/cpu-probe.c
--- mips-rc6-orig/arch/mips/kernel/cpu-probe.c 2006-06-09 00:32:57.257216250
+0900
+++ mips-rc6/arch/mips/kernel/cpu-probe.c 2006-06-09 00:41:06.347782500
+0900
@@ -250,15 +250,9 @@ static inline void cpu_probe_legacy(stru
break;
case PRID_IMP_VR41XX:
switch (c->processor_id & 0xf0) {
-#ifndef CONFIG_VR4181
case PRID_REV_VR4111:
c->cputype = CPU_VR4111;
break;
-#else
- case PRID_REV_VR4181:
- c->cputype = CPU_VR4181;
- break;
-#endif
case PRID_REV_VR4121:
c->cputype = CPU_VR4121;
break;
|