mips: wire up copy_file_range syscall

* linux/mips/syscallent-n32.h [6324]: Add copy_file_range entry.
* linux/mips/syscallent-n64.h [5320]: Likewise.
* linux/mips/syscallent-o32.h [4360]: Likewise.
This commit is contained in:
Дмитрий Левин 2016-02-20 00:37:01 +00:00
parent 9649ac1c8b
commit 0cb245a76c
3 changed files with 6 additions and 3 deletions

View File

@ -324,7 +324,8 @@
[6321] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
[6322] = { 2, 0, SEN(membarrier), "membarrier", },
[6323] = { 3, TM, SEN(mlock2), "mlock2" },
[6324 ... 6399] = { },
[6324] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
[6325 ... 6399] = { },
# define SYS_socket_subcall 6400
# include "subcall.h"

View File

@ -320,7 +320,8 @@
[5317] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
[5318] = { 2, 0, SEN(membarrier), "membarrier", },
[5319] = { 3, TM, SEN(mlock2), "mlock2" },
[5320 ... 5399] = { },
[5320] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
[5321 ... 5399] = { },
# define SYS_socket_subcall 5400
# include "subcall.h"

View File

@ -360,7 +360,8 @@
[4357] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
[4358] = { 2, 0, SEN(membarrier), "membarrier", },
[4359] = { 3, TM, SEN(mlock2), "mlock2" },
[4360 ... 4399] = { },
[4360] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
[4361 ... 4399] = { },
# define SYS_socket_subcall 4400
# include "subcall.h"