MIPS: traps: Fix output of show_code
authorMatt Redfearn <[email protected]>
Wed, 19 Oct 2016 13:33:22 +0000 (14:33 +0100)
committerRalf Baechle <[email protected]>
Fri, 4 Nov 2016 00:00:49 +0000 (01:00 +0100)
commit41000c5819ee5aea8c5c3b388e4e21e679c1b95c
tree20599437eb47621bf1297ba8d28d2486f2a8822f
parentfe4e09e701213213cf2024e2979ea227c2e36c60
MIPS: traps: Fix output of show_code

Since commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing
continuation lines") the output from show_code on MIPS has been
pretty unreadable due to the lack of KERN_CONT markers. Use pr_cont to
provide the appropriate markers & restore the expected output.

Signed-off-by: Matt Redfearn <[email protected]>
Cc: Maciej W. Rozycki <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/14431/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/kernel/traps.c