diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2016-03-11 20:39:25 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-03-21 15:19:12 +0300 |
commit | f09f1bacfe2b1e64a5d94bc2711f73b654c95514 (patch) | |
tree | 43319ef066896dc95ef5c733fd8143c9e4426ac7 /sound/drivers | |
parent | cc7c0cda8f8c03d6867408e3df953b2fa67d704c (diff) | |
download | linux-f09f1bacfe2b1e64a5d94bc2711f73b654c95514.tar.xz |
arm64: Split pr_notice("Virtual kernel memory layout...") into multiple pr_cont()
The printk() implementation has a limit of LOG_LINE_MAX (== 1024 - 32)
buffer per call which the arm64 mem_init() breaches when printing the
virtual memory layout with CONFIG_KASAN enabled. The result is that the
last line is no longer printed. This patch splits the call into a
pr_notice() + additional pr_cont() calls.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions