android_kernel_motorola_sm6225/arch/microblaze
Michal Simek 8f37b6c985 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 <monstr@monstr.eu>
2009-08-18 10:34:12 +02:00
..
boot microblaze_mmu_v2: Makefiles 2009-05-26 16:45:24 +02:00
configs microblaze_mmu_v2: Add mmu_defconfig 2009-05-26 16:45:13 +02:00
include/asm microblaze: use the generic ack_bad_irq implementation 2009-08-18 10:33:29 +02:00
kernel microblaze: Enable ppoll syscall 2009-08-18 10:33:31 +02:00
lib microblaze: use the generic lib/checksum.c 2009-07-06 10:26:52 +02:00
mm microblaze: Use klimit instead of _end for memory init 2009-08-18 10:34:12 +02:00
platform microblaze_v8: Makefiles for Microblaze cpu 2009-03-27 14:25:51 +01:00
Kconfig microblaze: use the generic lib/checksum.c 2009-07-06 10:26:52 +02:00
Kconfig.debug microblaze_v8: Kconfig patches 2009-03-27 14:25:50 +01:00
Makefile microblaze: Makefile cleanup 2009-07-27 09:03:20 +02:00