From: LEROY Christophe Date: Fri, 11 Oct 2013 12:56:40 +0000 (+0200) Subject: powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLB X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~44^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2da0f1e8fb074482118f04d0db0614951c3bb8;p=pandora-kernel.git powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLB Activating CONFIG_PIN_TLB allows access to the 24 first Mbytes of memory at bootup instead of 8. It is needed for "big" kernels for instance when activating CONFIG_LOCKDEP_SUPPORT. This needs to be taken into account in init_32 too, otherwise memory allocation soon fails after startup. Signed-off-by: Christophe Leroy Acked-by: Joakim Tjernlund Signed-off-by: Scott Wood --- Reading git-diff-tree failed