Commit e2b3c165 authored by Nathan Lynch's avatar Nathan Lynch Committed by Michael Ellerman

powerpc/cacheinfo: Set pr_fmt()

Set pr_fmt() so we get a nice prefix on messages.
Signed-off-by: default avatarNathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190627051537.7298-2-nathanl@linux.ibm.com
parent aff77951
......@@ -7,6 +7,8 @@
* Author: Nathan Lynch
*/
#define pr_fmt(fmt) "cacheinfo: " fmt
#include <linux/cpu.h>
#include <linux/cpumask.h>
#include <linux/kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment