Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bfin: add support for new cacheflush syscall | Steve Kilbane | 2011-02-21 | 1 | -0/+25 |
| | | | | | | | | | 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> | ||||
* | import user.h from the kernel as it is no longer exported by the kernel | Mike Frysinger | 2009-03-16 | 1 | -0/+57 |
| | |||||
* | punt old unused header | Mike Frysinger | 2008-12-11 | 1 | -133/+0 |
| | |||||
* | fix ioperm build problems caused by libc_hidden_proto removal | Denis Vlasenko | 2008-11-21 | 1 | -0/+1 |
| | |||||
* | mcontext_t shouldn't have a version argument, and fix REG_B0 definition. | Bernd Schmidt | 2007-11-23 | 1 | -2/+1 |
| | |||||
* | sys/procfs.h defines a typedef for floating point registers that references an | Bernd Schmidt | 2007-11-22 | 1 | -2/+2 |
| | | | | | | | undefined structure. This typedef is used in linuxthreads.old-db, causing a compilation failure. Fixed by defining an empty structure for it - we don't have fp regs anyway. | ||||
* | sync with upstream blackfin.uclinux.org | Mike Frysinger | 2007-01-10 | 1 | -94/+94 |
| | |||||
* | Add support for the Analog Devices Blackfin mmuless processor | Eric Andersen | 2004-12-21 | 5 | -0/+485 |