Home
last modified time | relevance | path

Searched hist:"9 a1f490f358e44a1cf463ba8124ca39fcc042992" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dprocess.cdiff 9a1f490f358e44a1cf463ba8124ca39fcc042992 Wed Nov 02 12:20:46 CET 2016 Michael Ellerman <mpe@ellerman.id.au> 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 4bcc595ccd80 ("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>