dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/blackfin
Robin Getz 839e01c2bf 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 <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2007-11-15 20:57:53 +08:00
..
boot Blackfin arch: add a cheesy install target 2007-10-22 00:45:55 +08:00
configs Blackfin arch: Default config for HV Sistemas H8606 board 2007-11-15 15:45:33 +08:00
kernel Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation 2007-11-15 20:57:53 +08:00
lib Blackfin arch: add assembly function for doing 64bit unsigned division 2007-10-21 22:57:36 +08:00
mach-bf527 Blackfin arch: split board selection off into mach subdirs 2007-11-15 20:49:44 +08:00
mach-bf533 Blackfin arch: split board selection off into mach subdirs 2007-11-15 20:49:44 +08:00
mach-bf537 Blackfin arch: split board selection off into mach subdirs 2007-11-15 20:49:44 +08:00
mach-bf548 Blackfin arch: split board selection off into mach subdirs 2007-11-15 20:49:44 +08:00
mach-bf561 Blackfin arch: split board selection off into mach subdirs 2007-11-15 20:49:44 +08:00
mach-common Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition 2007-11-15 15:10:48 +08:00
mm Blackfin arch: show_mem can not be marked as init, since it is called during OOM condition 2007-10-10 17:25:15 +08:00
oprofile Combine instrumentation menus in kernel/Kconfig.instrumentation 2007-10-19 11:53:54 -07:00
Kconfig Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN 2007-11-23 14:28:44 +08:00
Kconfig.debug Blackfin arch: split debug stuff off into Kconfig.debug like everyone else 2007-11-21 23:50:49 +08:00
Makefile Blackfin arch: use KBUILD_CFLAGS and KBUILD_AFLAGS in Makefile 2007-10-22 10:46:21 +08:00