arm64: Stop printing the virtual memory layout
authorLaura Abbott <labbott@redhat.com>
Tue, 19 Dec 2017 19:28:10 +0000 (11:28 -0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 15 Jan 2018 18:18:01 +0000 (18:18 +0000)
commit071929dbdd865f779a89ba3f1e06ba8d17dd3743
treef172ca3fbfb79d4e158c68393cd1c917ff456036
parent2f7aacf795e0192648b51674aef90e755e02408c
arm64: Stop printing the virtual memory layout

Printing kernel addresses should be done in limited circumstances, mostly
for debugging purposes. Printing out the virtual memory layout at every
kernel bootup doesn't really fall into this category so delete the prints.
There are other ways to get the same information.

Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/init.c