diff options
author | Mark Rutland <[email protected]> | 2017-01-03 14:27:26 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2017-01-04 16:25:50 +0000 |
commit | 6ef4fb387d50fa8f3bffdffc868b57e981cdd709 (patch) | |
tree | 376c8723af91ee5359515fa5084a85f013de0391 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) |
arm64: mm: fix show_pte KERN_CONT fallout
Recent changes made KERN_CONT mandatory for continued lines. In the
absence of KERN_CONT, a newline may be implicit inserted by the core
printk code.
In show_pte, we (erroneously) use printk without KERN_CONT for continued
prints, resulting in output being split across a number of lines, and
not matching the intended output, e.g.
[ff000000000000] *pgd=00000009f511b003
, *pud=00000009f4a80003
, *pmd=0000000000000000
Fix this by using pr_cont() for all the continuations.
Acked-by: Will Deacon <[email protected]>
Signed-off-by: Mark Rutland <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions