From: Robin Getz Date: Thu, 15 Nov 2007 12:57:53 +0000 (+0800) Subject: Blackfin arch: move the init sections to the end of memory to help decrease memory... X-Git-Tag: v2.6.24-rc4~95^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=839e01c2bfba34f97ec36d0d355801e94254ffd5;p=pandora-kernel.git Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation move the init sections to the end of memory, so that after they are free, run time memory is all continugous - this should help decrease memory fragementation. When doing this, we also pack some of the other sections a little closer together, to make sure we don't waste memory. To make this happen, we need to rename the .data.init_task section to .init_task.data, so it doesn't get picked up by the linker script glob. Signed-off-by: Robin Getz Signed-off-by: Bryan Wu --- Reading git-diff-tree failed