summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/uapi/asm/unistd.h
Commit message (Collapse)AuthorAgeFilesLines
* Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-191-1/+0
| | | | | | | | | | | | All architectures have CONFIG_GENERIC_KERNEL_THREAD CONFIG_GENERIC_KERNEL_EXECVE __ARCH_WANT_SYS_EXECVE None of them have __ARCH_WANT_KERNEL_EXECVE and there are only two callers of kernel_execve() (which is a trivial wrapper for do_execve() now) left. Kill the conditionals and make both callers use do_execve(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* openrisc: switch to use of generic fork and cloneAl Viro2012-11-281-0/+2
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* openrisc: use generic sys_execveJonas Bonn2012-10-191-0/+2
| | | | Signed-off-by: Jonas Bonn <jonas@southpole.se>
* UAPI: (Scripted) Disintegrate arch/openrisc/include/asmDavid Howells2012-10-091-0/+26
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
OpenPOWER on IntegriCloud