summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/bfin/cacheflush.c
Commit message (Collapse)AuthorAgeFilesLines
* bfin: add support for new cacheflush syscallSteve Kilbane2011-02-211-0/+14
Newer gcc's will generate a call to cacheflush when updating jump tables, and that has to be done in kernel space (to avoid hardware anomalies). So make sure uClibc provides that symbol. Signed-off-by: Steve Kilbane <steve@whitecrow.demon.co.uk> Signed-off-by: Mike Frysinger <vapier@gentoo.org>