From: Mike Frysinger Date: Sat, 2 Feb 2008 07:53:17 +0000 (+0800) Subject: [Blackfin] arch: move the init sections to the end of memory X-Git-Tag: v2.6.25-rc1~33^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7627acc432a36072253bb1288f56e78c7d9423e;p=pandora-kernel.git [Blackfin] arch: move the init sections to the end of memory 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: Mike Frysinger Signed-off-by: Bryan Wu --- Reading git-diff-tree failed