summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* openrisc: switch to use of generic fork and cloneAl Viro2012-11-291-0/+7
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* OpenRISC: System callsJonas Bonn2011-07-221-0/+27
The OpenRISC Linux kernel conforms to the "generic" syscall interface which contains only the reduced set of syscalls deemed necessary for new architectures. Unfortunately, the uClibc port for OpenRISC does not fully support this reduced set; as such, an additional patch available out-of-tree needs to be applied to the kernel in order to use the current uClibc. This is just a temporary measure until the libc port can be straightened out; it is likely that OpenRISC will make the transition to glibc shortly where the generic syscall interface is better supported. Signed-off-by: Jonas Bonn <jonas@southpole.se> Reviewed-by: Arnd Bergmann <arnd@arndb.de>