Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: silence some warnings | Bernhard Reutner-Fischer | 2012-01-26 | 1 | -3/+4 |
| | | | | | | warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | syscall: unify part 2: NCS variety | Mike Frysinger | 2009-07-09 | 1 | -2/+2 |
| | | | | | | | Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | syscall: unify common syscall defines | Mike Frysinger | 2009-07-08 | 1 | -145/+0 |
| | | | | | | | | | Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Blackfin: declare {INLINE,INTERNAL}_SYSCALL() and friends | Mike Frysinger | 2008-12-11 | 1 | -0/+53 |
| | |||||
* | use gcc input constraints to avoid often duplicated reloads when making syscalls | Mike Frysinger | 2007-09-15 | 1 | -76/+42 |
| | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -5/+0 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 1 | -7/+3 |
| | |||||
* | fix from Jie Zhang to also declare R0 as clobber in syscall0 | Mike Frysinger | 2006-06-15 | 1 | -1/+1 |
| | |||||
* | merge syscall fixes from upstream blackfin cvs | Mike Frysinger | 2006-06-07 | 1 | -119/+107 |
| | |||||
* | updates from Bernd Schmidt to sync with blackfin cvs | Mike Frysinger | 2006-05-15 | 1 | -10/+30 |
| | |||||
* | Fix the _syscall6() macro (I hope). | Peter Kjellerstedt | 2006-02-24 | 1 | -2/+2 |
| | |||||
* | syscall6 | Mike Frysinger | 2006-01-15 | 1 | -0/+30 |
| | |||||
* | grab syscall macros from linux headers | Mike Frysinger | 2006-01-05 | 1 | -5/+129 |
| | |||||
* | Add support for the Analog Devices Blackfin mmuless processor | Eric Andersen | 2004-12-21 | 1 | -0/+19 |