From: Bernd Schmidt Date: Sat, 17 Nov 2007 16:09:49 +0000 (+0800) Subject: Blackfin arch: fix bug kernel not to boot up with mtd filesystems X-Git-Tag: v2.6.24-rc4~95^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8a5af3ff73055f7554a3a66307ad58792f09d5;p=pandora-kernel.git Blackfin arch: fix bug kernel not to boot up with mtd filesystems Revert this patch: 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. Since it causes the kernel not to boot up with mtd filesystems. Signed-off-by: Bernd Schmidt Signed-off-by: Bryan Wu --- Reading git-diff-tree failed