]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
CRIS: Wire up missing syscalls
authorChen Gang <xili_gchen_5257@hotmail.com>
Wed, 6 May 2015 13:48:12 +0000 (21:48 +0800)
committerJesper Nilsson <jespern@axis.com>
Fri, 4 Sep 2015 22:33:25 +0000 (00:33 +0200)
commitee59843cd2b4331db49671c7f045ee2ff9d535b6
tree84a4e6f88b19688acaa9af5f7f66c13ac74bd4d7
parentf59625a8f770741d590da09be4f0fcfc75b31e46
CRIS: Wire up missing syscalls

The related warnings:

    CALL    scripts/checksyscalls.sh
  <stdin>:1229:2: warning: #warning syscall sched_setattr not implemented [-Wcpp]
  <stdin>:1232:2: warning: #warning syscall sched_getattr not implemented [-Wcpp]
  <stdin>:1235:2: warning: #warning syscall renameat2 not implemented [-Wcpp]
  <stdin>:1238:2: warning: #warning syscall seccomp not implemented [-Wcpp]
  <stdin>:1241:2: warning: #warning syscall getrandom not implemented [-Wcpp]
  <stdin>:1244:2: warning: #warning syscall memfd_create not implemented [-Wcpp]
  <stdin>:1247:2: warning: #warning syscall bpf not implemented [-Wcpp]
  <stdin>:1250:2: warning: #warning syscall execveat not implemented [-Wcpp]

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
arch/cris/arch-v10/kernel/entry.S
arch/cris/arch-v32/kernel/entry.S
arch/cris/include/asm/unistd.h
arch/cris/include/uapi/asm/unistd.h