aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/sys.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-11ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta1-2/+0
When switching to clone() only ABI - I missed out pruning the low level asm syscall wrappers Signed-off-by: Vineet Gupta <[email protected]>
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta1-0/+18
This includes support for generic clone/for/vfork/execve Signed-off-by: Vineet Gupta <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Al Viro <[email protected]> Acked-by: Arnd Bergmann <[email protected]>