summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/syscalls.h
Commit message (Collapse)AuthorAgeFilesLines
* ARC: remove extraneous __KERNEL__ guardsVineet Gupta2014-10-131-4/+0Star
| | | | | Verified by doing make headers_install as none of these files are exported to userspace
* ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta2013-03-111-2/+0Star
| | | | | | | When switching to clone() only ABI - I missed out pruning the low level asm syscall wrappers Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
* ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta2013-02-111-0/+29
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>