Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 4bcc595 ("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: Michael Ellerman <mpe@ellerman.id.au>
- Loading branch information