summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorChad Reese2006-05-31 02:16:49 +0200
committerRalf Baechle2006-06-06 01:15:20 +0200
commitb1c231f5a57cb4a417c38a8a946f1e66db3bb9c0 (patch)
tree940184596b217cfe65948e8e29d91025e3657d47 /init
parent[MIPS] Fix compiler warnings (field width, unused variable) (diff)
downloadkernel-qcow2-linux-b1c231f5a57cb4a417c38a8a946f1e66db3bb9c0.tar.gz
kernel-qcow2-linux-b1c231f5a57cb4a417c38a8a946f1e66db3bb9c0.tar.xz
kernel-qcow2-linux-b1c231f5a57cb4a417c38a8a946f1e66db3bb9c0.zip
[MIPS] Fix sparsemem support.
Move memory_present() in arch/mips/kernel/setup.c. When using sparsemem extreme, this function does an allocate for bootmem. This would always fail since init_bootmem hasn't been called yet. Move memory_present after free_bootmem. This only marks actual memory ranges as present instead of the entire address space. Signed-off-by: Chad Reese <creese@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions