nds32: System calls handling
authorGreentime Hu <greentime@andestech.com>
Wed, 25 Oct 2017 02:37:49 +0000 (10:37 +0800)
committerGreentime Hu <greentime@andestech.com>
Thu, 22 Feb 2018 02:44:33 +0000 (10:44 +0800)
commit1932fbe36e02f54223ac4c6779b92269ca8b9b60
tree03ef88dfb3d20281319075f94d970ebf6da87bb5
parent3172c605eb3b611f118ff08e60b50e08bfdcc2a6
nds32: System calls handling

This patch adds support for system calls.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
arch/nds32/include/asm/syscall.h [new file with mode: 0644]
arch/nds32/include/asm/syscalls.h [new file with mode: 0644]
arch/nds32/include/asm/unistd.h [new file with mode: 0644]
arch/nds32/include/uapi/asm/unistd.h [new file with mode: 0644]
arch/nds32/kernel/ex-scall.S [new file with mode: 0644]
arch/nds32/kernel/sys_nds32.c [new file with mode: 0644]
arch/nds32/kernel/syscall_table.c [new file with mode: 0644]