commit | 35f99c0da17beb5004f06ba86a87d82c1a6467be | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Jan 20 18:48:17 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Jan 20 18:48:17 2010 +0900 |
tree | f8fe6d7c8c6b71374537bd3d9297a2fd0ee7b42b | |
parent | d9116d07f60383cef134c43a0ba15ec4375310fc [diff] |
sh: pretty print virtual memory map on boot. 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>