aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/syscall.h
Commit message (Collapse)AuthorAge
* ARC: gdbserver breakage in Big-Endian configuration #2Vineet Gupta2013-08-29
| | | | | | | | | | | [Based on mainline commit 352c1d95e3220d0: "ARC: stop using pt_regs->orig_r8"] Stop using orig_r8 as it could get clobbered by ST in trap_with_param, and further it is semantically not needed either. Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta2013-02-11
This includes support for generic clone/for/vfork/execve Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Al Viro <viro@ZenIV.linux.org.uk> Acked-by: Arnd Bergmann <arnd@arndb.de>