git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f0e0f
)
[ARM] Fix show_mem() for discontigmem
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Tue, 16 Jan 2007 14:01:47 +0000
(14:01 +0000)
committer
Russell 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