diff options
author | James Hogan <james.hogan@imgtec.com> | 2016-10-21 19:06:40 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-11-04 00:04:32 (GMT) |
commit | 8a98495c7008d5bdede3d53e05e69ecdc0bc614b (patch) | |
tree | c2601c822d2bc496429da0cc6f54e4f91a6e0c16 /fs/omfs | |
parent | 752f5499823edb0c13c594f739363527178f714d (diff) | |
download | linux-8a98495c7008d5bdede3d53e05e69ecdc0bc614b.tar.xz |
MIPS: dump_tlb: Fix printk continuations
Since commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing
continuation lines") the output from TLB dumps 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.
Continuation is also used for the second line of each TLB entry printed
in dump_tlb.c even though it has a newline, since it is a continuation
of the interpretation of the same TLB entry. For example:
[ 46.371884] Index: 0 pgmask=16kb va=77654000 asid=73 gid=00
[ri=0 xi=0 pa=ffc18000 c=5 d=0 v=1 g=0] [ri=0 xi=0 pa=ffc1c000 c=5 d=0 v=1 g=0]
[ 46.385380] Index: 12 pgmask=16kb va=004b4000 asid=73 gid=00
[ri=0 xi=0 pa=00000000 c=0 d=0 v=0 g=0] [ri=0 xi=0 pa=ffb00000 c=5 d=1 v=1 g=0]
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Maciej W. Rozycki <macro@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14444/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'fs/omfs')
0 files changed, 0 insertions, 0 deletions