alpha: Wire up all missing implemented syscalls
authorChen Gang <xili_gchen_5257@hotmail.com>
Mon, 18 May 2015 04:36:50 +0000 (12:36 +0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 26 May 2015 17:01:50 +0000 (10:01 -0700)
And still left the missing unimplemented syscalls as warnings. The
related warnings for missing implemented syscalls:

    CALL    scripts/checksyscalls.sh
  <stdin>:1241:2: warning: #warning syscall getrandom not implemented [-Wcpp]
  <stdin>:1244:2: warning: #warning syscall memfd_create 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: Matt Turner <mattst88@gmail.com>

No differences found