Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-21 | bfin: add support for new cacheflush syscall | Steve Kilbane | |
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> |