MIPS: reduce print level for cache information
authorOleksij Rempel <o.rempel@pengutronix.de>
Fri, 28 Feb 2020 05:52:38 +0000 (06:52 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 28 Feb 2020 11:44:43 +0000 (12:44 +0100)
commitbea176fb39ec737af63217b4b81fca5044621fb0
tree4b850d321ccca4e998a49cd2483a9cd5c887c163
parente5096625bc6bd9e3a0d5f7f9d7ecebda0383c7f5
MIPS: reduce print level for cache information

Default printk log level is KERN_WARNING. This makes automatic log
parsing problematic, since we get false positive alarms on not critical
information.

Set all not critical cache related information to KERN_INFO, the same level
as used on most kernel drivers.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/mm/c-octeon.c
arch/mips/mm/c-r3k.c
arch/mips/mm/c-r4k.c
arch/mips/mm/c-tx39.c