]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2620d91571a40ef476781836bbc779b7759dd5e
treef172ca3fbfb79d4e158c68393cd1c917ff456036
parent63e136b55ba7823af0e17e81a932f965383b8afd
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