]> 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)
commitd348227135b3b59c66340ee893bbdd00a4e3d745
treef172ca3fbfb79d4e158c68393cd1c917ff456036
parent7f36eab0e5f042a0ac824ff48a7ab60292cf98ab
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