mbox series

[0/2] Clean up and fix up cpu_cache_init()

Message ID 1605772381-25535-1-git-send-email-yangtiezhu@loongson.cn (mailing list archive)
Headers show
Series Clean up and fix up cpu_cache_init() | expand

Message

Tiezhu Yang Nov. 19, 2020, 7:52 a.m. UTC
Tiezhu Yang (2):
  MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()
  MIPS: Loongson64: Fix wrong scache size when execute lscpu

 arch/mips/include/asm/cpu-features.h |  2 --
 arch/mips/mm/c-r4k.c                 | 10 ++++------
 arch/mips/mm/cache.c                 | 10 ----------
 3 files changed, 4 insertions(+), 18 deletions(-)

Comments

Thomas Bogendoerfer Nov. 19, 2020, 12:53 p.m. UTC | #1
On Thu, Nov 19, 2020 at 03:52:59PM +0800, Tiezhu Yang wrote:
> Tiezhu Yang (2):
>   MIPS: Remove cpu_has_6k_cache and cpu_has_8k_cache in cpu_cache_init()
>   MIPS: Loongson64: Fix wrong scache size when execute lscpu
> 
>  arch/mips/include/asm/cpu-features.h |  2 --
>  arch/mips/mm/c-r4k.c                 | 10 ++++------
>  arch/mips/mm/cache.c                 | 10 ----------
>  3 files changed, 4 insertions(+), 18 deletions(-)

applied to mips-next.

Thomas.