From: Dmitry V. Levin Date: Sun, 15 Nov 2015 16:51:55 +0000 (+0000) Subject: powerpc: wire up switch_endian syscall X-Git-Tag: v4.11~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3ab30f2189986a3ba1c6aa90fc6bfc36e2db0f9;p=strace powerpc: wire up switch_endian syscall powerpc has switch_endian syscall starting with linux commit v4.0-rc4-67-g529d235. * linux/powerpc/syscallent.h (switch_endian): New entry. --- diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index f8587ab9..2b7c0284 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -389,7 +389,8 @@ [360] = { 2, TD, SEN(memfd_create), "memfd_create", }, [361] = { 3, TD, SEN(bpf), "bpf", }, [362] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", }, -[363 ... 399] = { }, +[363] = { 0, 0, SEN(printargs), "switch_endian" }, +[364 ... 399] = { }, #define SYS_socket_subcall 400 #include "subcall.h"