]> git.baikalelectronics.ru Git - kernel.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)
commit38001771dab54fdd9fc3dde912e94a91876984d8
tree383220beed469479ef7e072e2335fc258af67bdb
parent6e716a8edabf71e1fd72cf9d2089e52e9d48fd63
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