[ARM] Fix show_mem() for discontigmem
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 16 Jan 2007 14:01:47 +0000 (14:01 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 24 Jan 2007 11:59:56 +0000 (11:59 +0000)
show_mem() was assuming incorrectly that the mem_map for any
node started at PFN 0.  This is obviously wrong; fix it to
take account of node_start_pfn.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found