x86_64: add getcpu syscall entry
* linux/x86_64/syscallent.h: Add syscall entry for getcpu.
This commit is contained in:
parent
00ebeeece0
commit
831c7e5628
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user