From: Michal Simek Date: Tue, 11 Aug 2009 10:36:12 +0000 (+0200) Subject: microblaze: Use klimit instead of _end for memory init X-Git-Tag: v2.6.31-rc7~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f37b6c9852ff79cc8472c44ea6f6485dfd58bd2;p=pandora-kernel.git microblaze: Use klimit instead of _end for memory init For noMMU system when you use larger rootfs image there is problem with using _end label because we increase klimit but in memory initialization we use still _end which is wrong. Larger mtd rootfs was rewritten by init_bootmem_node. MMU kernel use static initialization where klimit is setup to _end. There is no any other hanling with klimit. Signed-off-by: Michal Simek --- Reading git-diff-tree failed