Revision fe4e09e701213213cf2024e2979ea227c2e36c60 authored by Matt Redfearn on 19 October 2016, 13:33:21 UTC, committed by Ralf Baechle on 03 November 2016, 23:58:57 UTC
Since commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing
continuation lines") the output from show_stacktrace 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. Also
start a new line with printk such that the presence of timing
information does not interfere with output.

Signed-off-by: Matt Redfearn <matt.redfearn@imgtec.com>
Cc: Maciej W. Rozycki <macro@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14430/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent bcf084d
History
File Mode Size
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 908 bytes
atmel-classd.c -rw-r--r-- 17.7 KB
atmel-classd.h -rw-r--r-- 3.5 KB
atmel-pcm-dma.c -rw-r--r-- 4.3 KB
atmel-pcm-pdc.c -rw-r--r-- 11.8 KB
atmel-pcm.h -rw-r--r-- 3.7 KB
atmel-pdmic.c -rw-r--r-- 20.9 KB
atmel-pdmic.h -rw-r--r-- 1.8 KB
atmel_ssc_dai.c -rw-r--r-- 26.8 KB
atmel_ssc_dai.h -rw-r--r-- 3.2 KB
atmel_wm8904.c -rw-r--r-- 4.8 KB
sam9g20_wm8731.c -rw-r--r-- 6.9 KB
sam9x5_wm8731.c -rw-r--r-- 5.1 KB

back to top