microblaze: Stop printing the virtual memory layout
For security, don't display the kernel's virtual memory layout.
Kees Cook points out:
"These have been entirely removed on other architectures, so let's
just do the same for ia32 and remove it unconditionally."
d2620d91571a ("arm64: Stop printing the virtual memory layout")
c1d3c1b69694 ("ARM: 8820/1: mm: Stop printing the virtual memory layout")
2570ce870bd6 ("m68k/mm: Stop printing the virtual memory layout")
badbcfc271cd ("parisc: Hide virtual kernel memory layout")
accb328dd30f ("mm/page_alloc: Remove kernel address exposure in free_reserved_area()")
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Acked-by: Tycho Andersen <tycho@tycho.ws>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>