Blackfin arch: move the init sections to the end of memory to help decrease memory...
authorRobin Getz <robin.getz@analog.com>
Thu, 15 Nov 2007 12:57:53 +0000 (20:57 +0800)
committerBryan Wu <bryan.wu@analog.com>
Thu, 15 Nov 2007 12:57:53 +0000 (20:57 +0800)
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 <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>

No differences found