]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite671cb9c38b5c0ea39980f64782123ffbc95b7a1
tree2a2295645b2f31ef6068f6ece51afd8a5d4dd74e
parent7456c089ef17780c64b2e1787f1c9e4e87962158
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