summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/Makefile.arch
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge error: mmap.c no longer exists in bfin/.Bernd Schmidt2008-06-031-1/+1
|
* L1 memory support for the Blackfin. A couple new syscalls to manage L1Bernd Schmidt2008-01-181-1/+4
| | | | | allocations, dma_memcpy to move stuff between L1 and main memory, and a new structure to describe the global data in L1 scratchpad memory.
* if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just ↵Mike Frysinger2008-01-051-1/+1
| | | | generalizes what Blackfin was already doing)
* Add Blackfin specific mmap implementation using sys_mmap2.Bernd Schmidt2007-11-221-1/+1
|
* update build filesMike Frysinger2006-01-041-0/+12