On Thu, May 22, 2014 at 03:58:08PM +0200, Paul Bolle wrote: > By the way, could you perhaps look at CONFIG_SYS_HAS_CPU_RM9000? It > seems the Kconfig entry for SYS_HAS_CPU_RM9000 is simply missing. But > the CPU support code is rather complicated and I stopped trying to > understand it after staring at it for way too long. Seem that crept back in through commit 69f24d17 [MIPS: Optimize current_cpu_type() for better code.] which had been developed before but merged after RM9000 was removed. There were various other artifacts of the RM9000 support around which I also removed. Only a few comments and PRID_IMP_RM9000 which helps avoid accidental reuse of the value are now remaining. Ralf