]> Git Repo - linux.git/commit
MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()
authorTiezhu Yang <[email protected]>
Thu, 19 Nov 2020 07:53:00 +0000 (15:53 +0800)
committerThomas Bogendoerfer <[email protected]>
Thu, 19 Nov 2020 12:28:58 +0000 (13:28 +0100)
commit6ce91ba8589ab08143939f9d6a58993e36773e75
tree8cec96f9590678de623941288ca5de249ff95d9b
parent0df162e1377a585ced8adb932f7d6e4164e91ccf
MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()

Since commit 02cf2119684e ("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 <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
arch/mips/include/asm/cpu-features.h
arch/mips/mm/cache.c
This page took 0.048446 seconds and 4 git commands to generate.