Blackfin arch: fix bug kernel not to boot up with mtd filesystems
authorBernd Schmidt <bernd.schmidt@analog.com>
Sat, 17 Nov 2007 16:09:49 +0000 (00:09 +0800)
committerBryan Wu <bryan.wu@analog.com>
Sat, 17 Nov 2007 16:09:49 +0000 (00:09 +0800)
commitaf8a5af3ff73055f7554a3a66307ad58792f09d5
treeeb9d60acd20667fbf4e552d7e7417a1c520b6a60
parenta961d659637b7d77c916597017e2e3730859c333
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 <bernd.schmidt@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/kernel/init_task.c
arch/blackfin/kernel/setup.c
arch/blackfin/kernel/vmlinux.lds.S