xtensa: fix several syscall entries

* linux/xtensa/syscallent.h: Fix nargs in splice, tee, vmsplice,
pselect6, ppoll, epoll_pwait, and set_robust_list syscall entries.
This commit is contained in:
Дмитрий Левин 2015-08-19 13:34:00 +00:00
parent 9f1eb12d11
commit daae8f9204

View File

@ -258,13 +258,13 @@
[265] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" },
[266] = { 1, TP, SEN(unshare), "unshare" },
[267] = { 6, TM, SEN(move_pages), "move_pages" },
[268] = { 0, TD, SEN(splice), "splice" },
[269] = { 0, TD, SEN(tee), "tee" },
[270] = { 0, TD, SEN(vmsplice), "vmsplice" },
[268] = { 6, TD, SEN(splice), "splice" },
[269] = { 4, TD, SEN(tee), "tee" },
[270] = { 4, TD, SEN(vmsplice), "vmsplice" },
[271] = { },
[272] = { 0, TD, SEN(pselect6), "pselect6" },
[273] = { 0, TD, SEN(ppoll), "ppoll" },
[274] = { 0, TD, SEN(epoll_pwait), "epoll_pwait" },
[272] = { 6, TD, SEN(pselect6), "pselect6" },
[273] = { 5, TD, SEN(ppoll), "ppoll" },
[274] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
[275] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
[276] = { 0, TD, SEN(inotify_init), "inotify_init" },
[277] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
@ -274,7 +274,7 @@
[281] = { 4, 0, SEN(kexec_load), "kexec_load" },
[282] = { 2, 0, SEN(ioprio_set), "ioprio_set" },
[283] = { 3, 0, SEN(ioprio_get), "ioprio_get" },
[284] = { 3, 0, SEN(set_robust_list), "set_robust_list" },
[284] = { 2, 0, SEN(set_robust_list), "set_robust_list" },
[285] = { 3, 0, SEN(get_robust_list), "get_robust_list" },
[286 ... 287] = { },
[288] = { 4, TD|TF, SEN(openat), "openat" },