]> git.ipfire.org Git - thirdparty/linux.git/commit
powerpc/64s/hash: Improve hash mmu printk messages
authorRitesh Harjani (IBM) <ritesh.list@gmail.com>
Thu, 30 Oct 2025 14:57:30 +0000 (20:27 +0530)
committerMadhavan Srinivasan <maddy@linux.ibm.com>
Tue, 18 Nov 2025 07:05:52 +0000 (12:35 +0530)
commitfec40fe7e6dc08c97370420301377ee031199a6d
treedab9ef9248af898a4303c10af1e363ed20d96b3c
parent178dd2ee2b72817a67a8814c35a65fd901b325ba
powerpc/64s/hash: Improve hash mmu printk messages

Let's use pr_info() instead of printk() in order to utilize the pr_fmt
set to "hash-mmu:". This improves the debug messages that are spitted
out during kernel bootup.

Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/a2af842f85c099cdbd19bf468606960c5226a079.1761834163.git.ritesh.list@gmail.com
arch/powerpc/mm/book3s64/hash_utils.c