sh: pretty print virtual memory map on boot.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 20 Jan 2010 09:48:17 +0000 (18:48 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 20 Jan 2010 09:48:17 +0000 (18:48 +0900)
This cribs the pretty printing from arch/x86/mm/init_32.c to dump the
virtual memory layout on boot. This is primarily intended as a debugging
aid, given that the newer CPUs have full control over their address space
and as such have little to nothing in common with the legacy layout.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/init.c

Simple merge