From 831c7e5628bab96ead1cc9093d336fd7c576a52e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 27 Nov 2011 22:49:04 +0000 Subject: [PATCH] x86_64: add getcpu syscall entry * linux/x86_64/syscallent.h: Add syscall entry for getcpu. --- linux/x86_64/syscallent.h | 1 + 1 file changed, 1 insertion(+) 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 */