From: Yi Li Date: Sun, 27 Jan 2008 11:56:17 +0000 (+0800) Subject: [Blackfin] arch: fix bug kernel boot message: memory information is not reasonable X-Git-Tag: v2.6.25-rc1~1177^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee7883b7466e721a72edacbcba2fe9cf449d82b2;p=pandora-kernel.git [Blackfin] arch: fix bug kernel boot message: memory information is not reasonable Some of the information in kernel boot message is not reasonable. http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tracker_item_id=3846 - use _rambase as the start of kernel image. kernel is in the region [_rambase, _ramstart] - count in pages in per-cpu-page list as available memory - reserved memory now include: [0 - 4K] for bad pointer catching, memory reserved for abnormaly 05000263, memory reserved by kernel itself. Signed-off-by: Yi Li Signed-off-by: Bryan Wu --- Reading git-diff-tree failed