]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Remove unused R4300 CPU support
authorPaul Burton <paul.burton@mips.com>
Mon, 22 Jul 2019 21:59:43 +0000 (21:59 +0000)
committerPaul Burton <paul.burton@mips.com>
Tue, 23 Jul 2019 21:33:23 +0000 (14:33 -0700)
commit9e0aff196c5616cf70c2c685f6158b7fb6e1f1c8
tree32622164fa84225b50db05fcea98c830d431d7b1
parentdf1fc21ca288a888dea1cd6ecaa3cc89170a8e2f
MIPS: Remove unused R4300 CPU support

Our R4300 CPU support can only be included if a system selects
CONFIG_SYS_HAS_CPU_R4300. No system does, making all R4300-related CPU
support dead code. Remove it.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/include/asm/cpu-type.h
arch/mips/include/asm/cpu.h
arch/mips/include/asm/module.h
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/idle.c
arch/mips/mm/c-r4k.c
arch/mips/mm/tlbex.c