commit | 071929dbdd865f779a89ba3f1e06ba8d17dd3743 | [log] [tgz] |
---|---|---|
author | Laura Abbott <labbott@redhat.com> | Tue Dec 19 11:28:10 2017 -0800 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Jan 15 18:18:01 2018 +0000 |
tree | f172ca3fbfb79d4e158c68393cd1c917ff456036 | |
parent | 2f7aacf795e0192648b51674aef90e755e02408c [diff] |
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>