microblaze: Stop printing the virtual memory layout
[linux-2.6-microblaze.git] / arch / microblaze / mm / init.c
index 9899ff2..1ffbfa9 100644 (file)
@@ -201,18 +201,6 @@ void __init mem_init(void)
 #endif
 
        mem_init_print_info(NULL);
-#ifdef CONFIG_MMU
-       pr_info("Kernel virtual memory layout:\n");
-       pr_info("  * 0x%08lx..0x%08lx  : fixmap\n", FIXADDR_START, FIXADDR_TOP);
-#ifdef CONFIG_HIGHMEM
-       pr_info("  * 0x%08lx..0x%08lx  : highmem PTEs\n",
-               PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
-#endif /* CONFIG_HIGHMEM */
-       pr_info("  * 0x%08lx..0x%08lx  : early ioremap\n",
-               ioremap_bot, ioremap_base);
-       pr_info("  * 0x%08lx..0x%08lx  : vmalloc & ioremap\n",
-               (unsigned long)VMALLOC_START, VMALLOC_END);
-#endif
        mem_init_done = 1;
 }