csky: System Call
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:08 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 15:36:19 +0000 (23:36 +0800)
commit4859bfca11c7d63d55175bcd85a75d6cee4b7184
treecb768c4368da4efdb051241cfbc7b11fa1a8fc6e
parent081860b970adb69888734df0c8aa849b00ea7254
csky: System Call

This patch adds files related to syscall.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
arch/csky/include/asm/syscall.h [new file with mode: 0644]
arch/csky/include/asm/syscalls.h [new file with mode: 0644]
arch/csky/include/uapi/asm/unistd.h [new file with mode: 0644]
arch/csky/kernel/syscall.c [new file with mode: 0644]
arch/csky/kernel/syscall_table.c [new file with mode: 0644]