[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)
commit204ecae4e10c235e6987cb7b2809a665511ab174
treeb111bf3069b748ab413e8b5c20b7ec71953a578a
parent30f0e0f4153918a22d802b415980974514139389
[ARM] Fix show_mem() for discontigmem

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>
arch/arm/mm/init.c