From: Dmitry V. Levin Date: Sun, 27 Nov 2011 22:49:04 +0000 (+0000) Subject: x86_64: add getcpu syscall entry X-Git-Tag: v4.7~230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=831c7e5628bab96ead1cc9093d336fd7c576a52e;p=strace x86_64: add getcpu syscall entry * linux/x86_64/syscallent.h: Add syscall entry for getcpu. --- diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index d275cf58..961ac0b5 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -307,3 +307,4 @@ { 1, TD, sys_syncfs, "syncfs" }, /* 306 */ { 4, TN, sys_sendmmsg, "sendmmsg" }, /* 307 */ { 2, TD, sys_setns, "setns" }, /* 308 */ + { 3, 0, sys_getcpu, "getcpu" }, /* 309 */