aboutsummaryrefslogtreecommitdiff
path: root/scripts/link-vmlinux.sh
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2017-01-03 14:27:26 +0000
committerMister Oyster <oysterized@gmail.com>2017-08-31 13:18:17 +0200
commit11fc3aa0712912f82f3204e4911a87723eb66b28 (patch)
treecd14cc872ae5bef54229c8b744332337893e3890 /scripts/link-vmlinux.sh
parent89d4493f32f0d7bd809bad4bca756894ef068a00 (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 <will.deacon@arm.com> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'scripts/link-vmlinux.sh')
0 files changed, 0 insertions, 0 deletions