Skip to content
Commit 9a1f490f authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/oops: Fix missing pr_cont()s in show_stack()

Previously we got away with printing the stack trace in multiple pieces
and it usually looked right.  But since commit 4bcc595c

 ("printk:
reinstate KERN_CONT for printing continuation lines"), KERN_CONT is now
required when printing continuation lines. Use pr_cont() as appropriate.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent e6740ae6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment