Blackfin arch: change L1 malloc to base on slab cache and lists.
authorSonic Zhang <sonic.zhang@analog.com>
Sat, 19 Jul 2008 06:51:31 +0000 (14:51 +0800)
committerBryan Wu <cooloney@kernel.org>
Sat, 19 Jul 2008 06:51:31 +0000 (14:51 +0800)
commit5d481f497559245ecfb1b95cafe39bfbf037fda5
tree2fda653110eee285def1a063bde65c3a45e7bc5f
parent1a8caeebe3689ad4ef67d7ff5d4143f7748deedd
Blackfin arch:  change L1 malloc to base on slab cache and lists.

Remove the sram piece limitation and improve the performance to
alloc/free sram piece data.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mm/blackfin_sram.c
arch/blackfin/mm/blackfin_sram.h
arch/blackfin/mm/init.c