Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c106ff85 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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: default avatarRalf Baechle <ralf@linux-mips.org>
Reported-by: default avatarPaul Bolle <pebolle@tiscali.nl>
parent 66de4859
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -155,9 +155,6 @@ static inline int __pure __get_cpu_type(const int cpu_type)
	case CPU_RM7000:
	case CPU_SR71000:
#endif
#ifdef CONFIG_SYS_HAS_CPU_RM9000
	case CPU_RM9000:
#endif
#ifdef CONFIG_SYS_HAS_CPU_SB1
	case CPU_SB1:
	case CPU_SB1A: