kernel/smp: Define pr_fmt() for smp.c
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 26 Oct 2016 05:37:53 +0000 (16:37 +1100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 26 Oct 2016 10:02:35 +0000 (12:02 +0200)
commitca7dfdbb33675151ad0854aea11340f95c38aff3
treed4770c2a74ff7dcd92cdacdcacb64c8521ab5666
parent07d9a380680d1c0eb51ef87ff2eab5c994949e69
kernel/smp: Define pr_fmt() for smp.c

This makes all our pr_xxx()'s start with "smp: ", which helps pin down
where they come from and generally looks nice. There is actually only
one pr_xxx() use in smp.c at the moment, but we will add some more in
the next commit.

Suggested-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Cc: akpm@osdl.org
Cc: jgross@suse.com
Cc: ak@linux.intel.com
Cc: tim.c.chen@linux.intel.com
Cc: len.brown@intel.com
Cc: peterz@infradead.org
Cc: richard@nod.at
Cc: jolsa@redhat.com
Cc: boris.ostrovsky@oracle.com
Cc: mgorman@techsingularity.net
Link: http://lkml.kernel.org/r/1477460275-8266-1-git-send-email-mpe@ellerman.id.au
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/smp.c