]> granicus.if.org Git - strace/commitdiff
powerpc, powerpc64: wire up new syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 7 Feb 2017 14:58:30 +0000 (14:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 Feb 2017 14:58:30 +0000 (14:58 +0000)
* linux/powerpc/syscallent.h [382]: Add kexec_file_load entry.
* linux/powerpc64/syscallent.h [382]: Likewise.

linux/powerpc/syscallent.h
linux/powerpc64/syscallent.h

index fbcc398542fe186cdf924fa4f3d9372ebce9a9dc..4e1eb8b79c0f05198a1bb7ca76e0dadda28797ba 100644 (file)
 [379] = { 6,   TD,             SEN(copy_file_range),           "copy_file_range"       },
 [380] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [381] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
+[382] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index 54c4c7670644b37d8d3b1f75434c426dd65f3e9b..e5263d4d70c26b7fb7b2417e4223cfed2b1324a0 100644 (file)
 [379] = { 6,   TD,             SEN(copy_file_range),           "copy_file_range"       },
 [380] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [381] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
+[382] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"