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