summaryrefslogtreecommitdiff
path: root/linux/powerpc
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-02-07 14:58:30 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-02-07 14:58:30 +0000
commitcb93e85828627b31193c5165c7d54a1e3a1f9c81 (patch)
tree9a67472c49b03e969ffc067a293dc9f542c12a70 /linux/powerpc
parent55be4cb0edb3cf4d3d5864287f87fe33ba89ae1d (diff)
downloadstrace-cb93e85828627b31193c5165c7d54a1e3a1f9c81.tar.gz
powerpc, powerpc64: wire up new syscalls
* linux/powerpc/syscallent.h [382]: Add kexec_file_load entry. * linux/powerpc64/syscallent.h [382]: Likewise.
Diffstat (limited to 'linux/powerpc')
-rw-r--r--linux/powerpc/syscallent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h
index fbcc39854..4e1eb8b79 100644
--- a/linux/powerpc/syscallent.h
+++ b/linux/powerpc/syscallent.h
@@ -408,6 +408,7 @@
[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"