MIPS: cpu-probe: Mark XBurst CPU as having vtagged caches
authorPaul Cercueil <paul@crapouillou.net>
Sun, 6 Sep 2020 19:29:23 +0000 (21:29 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 18 Sep 2020 14:27:00 +0000 (16:27 +0200)
commit5ef415107dfd42a334d62a9b7be9754817df92ed
tree8721bedce8f68009a6e1d4449c869b3804ee47f8
parent95b1f6db67aea9135b018497f7ed4446a060cba2
MIPS: cpu-probe: Mark XBurst CPU as having vtagged caches

XBurst CPUs present in Ingenic SoCs have virtually tagged caches,
according to the <cpu-features-override.h> header.

Add that information to cpu_probe_ingenic().

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/kernel/cpu-probe.c