Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28fa99b7 authored by Russell King's avatar Russell King
Browse files

ARM: wire up mlock2 syscall

parent 8005c49d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -416,6 +416,7 @@
#define __NR_execveat			(__NR_SYSCALL_BASE+387)
#define __NR_userfaultfd		(__NR_SYSCALL_BASE+388)
#define __NR_membarrier			(__NR_SYSCALL_BASE+389)
#define __NR_mlock2			(__NR_SYSCALL_BASE+390)

/*
 * The following SWIs are ARM private.
+1 −0
Original line number Diff line number Diff line
@@ -399,6 +399,7 @@
		CALL(sys_execveat)
		CALL(sys_userfaultfd)
		CALL(sys_membarrier)
		CALL(sys_mlock2)
#ifndef syscalls_counted
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
#define syscalls_counted