https://github.com/torvalds/linux
Revision 8f37b6c9852ff79cc8472c44ea6f6485dfd58bd2 authored by Michal Simek on 11 August 2009, 10:36:12 UTC, committed by Michal Simek on 18 August 2009, 08:34:12 UTC
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>
1 parent 2856ed3
History
Tip revision: 8f37b6c9852ff79cc8472c44ea6f6485dfd58bd2 authored by Michal Simek on 11 August 2009, 10:36:12 UTC
microblaze: Use klimit instead of _end for memory init
Tip revision: 8f37b6c
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 952 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 148.4 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top