summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/sram-alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* bfin: fix sram/dma syscall definitionsSteve Kilbane2011-02-211-1/+1
| | | | | | | | Once we pull in the header, we're forced to declare the syscall with all the right types. Signed-off-by: Steve Kilbane <steve@whitecrow.demon.co.uk> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
|
* L1 memory support for the Blackfin. A couple new syscalls to manage L1Bernd Schmidt2008-01-181-0/+6
allocations, dma_memcpy to move stuff between L1 and main memory, and a new structure to describe the global data in L1 scratchpad memory.