]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: mm: make pr_cont() per line in Virtual kernel memory layout
authorKefeng Wang <wangkefeng.wang@huawei.com>
Mon, 18 Apr 2016 03:09:46 +0000 (11:09 +0800)
committerWill Deacon <will.deacon@arm.com>
Tue, 19 Apr 2016 16:01:34 +0000 (17:01 +0100)
commitd32351c8242b7067b3f3e3a6caf7a387ff43f978
tree383220beed469479ef7e072e2335fc258af67bdb
parent7464b6e3a5fb213e7826d2fde4a2daf05abb6822
arm64: mm: make pr_cont() per line in Virtual kernel memory layout

Each line with single pr_cont() in Virtual kernel memory layout,
or the dump of the kernel memory layout in dmesg is not aligned
when PRINTK_TIME enabled, due to the missing time stamps.

Tested-by: James Morse <james.morse@arm.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/init.c