x86_64: add getcpu syscall entry

* linux/x86_64/syscallent.h: Add syscall entry for getcpu.
This commit is contained in:
Дмитрий Левин 2011-11-27 22:49:04 +00:00
parent 00ebeeece0
commit 831c7e5628

View File

@ -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 */