]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 19 Nov 2020 07:53:00 +0000 (15:53 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 19 Nov 2020 12:28:58 +0000 (13:28 +0100)
commitaf5c849a2d9fc95a5d4907301c133ed837c2ebb8
tree8cec96f9590678de623941288ca5de249ff95d9b
parentee5035d4bad43738cae96c653153a5ba184c7251
MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()

Since commit af59ecdaabe8 ("Cleanup the mess in cpu_cache_init."),
cpu_has_6k_cache and cpu_has_8k_cache have no user, r6k_cache_init()
and r8k_cache_init() are not defined for over 15 years, just remove
them.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/cpu-features.h
arch/mips/mm/cache.c