Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Remove code protected by CONFIG_SYS_HAS_CPU_RM9000.

RM9000 support was removed a while ago but this bit crept back in through
commit 69f24d17 [MIPS: Optimize current_cpu_type() for better code.] which
had been developed before but merged after RM9000 support was removed.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Paul Bolle <pebolle@tiscali.nl>

-3
-3
arch/mips/include/asm/cpu-type.h
··· 155 155 case CPU_RM7000: 156 156 case CPU_SR71000: 157 157 #endif 158 - #ifdef CONFIG_SYS_HAS_CPU_RM9000 159 - case CPU_RM9000: 160 - #endif 161 158 #ifdef CONFIG_SYS_HAS_CPU_SB1 162 159 case CPU_SB1: 163 160 case CPU_SB1A: