Re: [RFC PATCH v1 02/10] RISC-V: Use common print prefix in smp.c
From: Bin Meng <hidden>
Date: 2021-06-14 13:34:33
Also in:
linux-riscv, lkml
From: Bin Meng <hidden>
Date: 2021-06-14 13:34:33
Also in:
linux-riscv, lkml
On Sun, Jun 13, 2021 at 12:06 AM Anup Patel [off-list ref] wrote:
We add "#define pr_fmt()" in smp.c to use "riscv:" as common print prefix for all pr_xyz() statements in this file. Signed-off-by: Anup Patel <redacted> --- arch/riscv/kernel/smp.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
Reviewed-by: Bin Meng <redacted>