microblaze: Use klimit instead of _end for memory init
authorMichal Simek <monstr@monstr.eu>
Tue, 11 Aug 2009 10:36:12 +0000 (12:36 +0200)
committerMichal Simek <monstr@monstr.eu>
Tue, 18 Aug 2009 08:34:12 +0000 (10:34 +0200)
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 <monstr@monstr.eu>

No differences found