OSDN Git Service

sh: process: Fix broken lines in register dumps
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 17 Jun 2020 14:36:36 +0000 (16:36 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:09 +0000 (22:05 -0400)
commit21afcacb0348edf8f5d4e6115b5eb0b58f9a049b
tree2a2295645b2f31ef6068f6ece51afd8a5d4dd74e
parent0632a6d8c6809d71f535232a01374458164182ae
sh: process: Fix broken lines in register dumps

Rejoin the broken lines by using pr_cont().
Convert the remaining printk() calls to pr_*() while at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/kernel/process_32.c