From: Andreas Schwab Date: Thu, 24 Apr 2014 10:24:48 +0000 (+0200) Subject: m68k: Increase initial mapping to 8 or 16 MiB if possible X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~55^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486df8bc4627bdfc032d11bedcd056cc5343ee62;p=pandora-kernel.git m68k: Increase initial mapping to 8 or 16 MiB if possible If the size of the first memory chunk is at least 8 or 16 MiB increase the initial mapping to 8 resp. 16 MiB instead of 4 MiB. This makes it possible to 1. Map more memory in the first node without running out of space for the page tables, 2. Boot kernels that don't fit in 4 MiB (e.g. multi_defconfig). Signed-off-by: Andreas Schwab - Add support for 8 MiB, - Store initial mapping size in head.S for later reuse, - Add comment about large kernels. Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed