]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1d3b2958c3ce6989d50de288e8def1dffaa25b84
tree4b850d321ccca4e998a49cd2483a9cd5c887c163
parenta2302bfe23babccdbe6787a88ea733982b9fbff4
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