sparc: reserve more space for new syscalls

Move socket subcalls further down the table to make room
for new syscalls.

* linux/sparc/syscallent.h (SYS_socket_subcall): Raise from 353 to 400.
This commit is contained in:
Дмитрий Левин 2015-11-15 16:48:50 +00:00
parent b070229f56
commit a1982b404b

View File

@ -349,7 +349,7 @@
[348] = { 2, TD, SEN(memfd_create), "memfd_create", },
[349] = { 3, TD, SEN(bpf), "bpf", },
[350] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
[351 ... 352] = { },
[351 ... 399] = { },
#define SYS_socket_subcall 353
#define SYS_socket_subcall 400
#include "subcall.h"