Blackfin arch: Extend sram malloc to handle L2 SRAM.
authorSonic Zhang <sonic.zhang@analog.com>
Sat, 19 Jul 2008 07:42:41 +0000 (15:42 +0800)
committerBryan Wu <cooloney@kernel.org>
Sat, 19 Jul 2008 07:42:41 +0000 (15:42 +0800)
Extend system call to alloc L2 SRAM in application.
Automatically move following sections to L2 SRAM:
1. kernel built-in l2 attribute section
2. kernel module l2 attribute section
3. elf-fdpic application l2 attribute section

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>

No differences found