We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8005c49 commit 28fa99bCopy full SHA for 28fa99b
arch/arm/include/uapi/asm/unistd.h
@@ -416,6 +416,7 @@
416
#define __NR_execveat (__NR_SYSCALL_BASE+387)
417
#define __NR_userfaultfd (__NR_SYSCALL_BASE+388)
418
#define __NR_membarrier (__NR_SYSCALL_BASE+389)
419
+#define __NR_mlock2 (__NR_SYSCALL_BASE+390)
420
421
/*
422
* The following SWIs are ARM private.
arch/arm/kernel/calls.S
@@ -399,6 +399,7 @@
399
CALL(sys_execveat)
400
CALL(sys_userfaultfd)
401
CALL(sys_membarrier)
402
+ CALL(sys_mlock2)
403
#ifndef syscalls_counted
404
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
405
#define syscalls_counted
0 commit comments