avr32: update syscall entries
* linux/avr32/syscallent.h [0]: Rename from setup to restart_syscall.
[284 ... 320]: New entries.
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h
index bcc60c6..626b08c 100644
--- a/linux/avr32/syscallent.h
+++ b/linux/avr32/syscallent.h
@@ -25,7 +25,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[ 0] = { 0, 0, SEN(setup), "setup" },
+[ 0] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
[ 1] = { 1, TP|SE, SEN(exit), "exit" },
[ 2] = { 0, TP, SEN(fork), "fork" },
[ 3] = { 3, TD, SEN(read), "read" },
@@ -309,3 +309,40 @@
[281] = { 1, TD, SEN(eventfd), "eventfd" },
[282] = { },
[283] = { 2, TD, SEN(setns), "setns" },
+[284] = { 5, TD, SEN(pread), "pread64" },
+[285] = { 5, TD, SEN(pwrite), "pwrite64" },
+[286] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
+[287] = { 6, TD, SEN(fallocate), "fallocate" },
+[288] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
+[289] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
+[290] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
+[291] = { 2, TD, SEN(eventfd2), "eventfd2" },
+[292] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
+[293] = { 3, TD, SEN(dup3), "dup3" },
+[294] = { 2, TD, SEN(pipe2), "pipe2" },
+[295] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
+[296] = { 5, TD, SEN(preadv), "preadv" },
+[297] = { 5, TD, SEN(pwritev), "pwritev" },
+[298] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
+[299] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
+[300] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
+[301] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
+[302] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
+[303] = { 4, 0, SEN(prlimit64), "prlimit64" },
+[304] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
+[305] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
+[306] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
+[307] = { 1, TD, SEN(syncfs), "syncfs" },
+[308] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
+[309] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" },
+[310] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" },
+[311] = { 5, 0, SEN(kcmp), "kcmp" },
+[312] = { 3, TD, SEN(finit_module), "finit_module" },
+[313] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
+[314] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
+[315] = { 5, TD|TF, SEN(renameat2), "renameat2" },
+[316] = { 3, 0, SEN(seccomp), "seccomp", },
+[317] = { 3, 0, SEN(getrandom), "getrandom", },
+[318] = { 2, TD, SEN(memfd_create), "memfd_create", },
+[319] = { 3, TD, SEN(bpf), "bpf", },
+[320] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },