about summary refs log tree commit diff
path: root/arch/arm
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2024-02-22 19:21:31 -0500
committerRich Felker <dalias@aerifal.cx>2024-02-22 19:23:05 -0500
commite9751279479edc63af2c15b54a85cbe0374ca8b7 (patch)
treedb392bf8afcfbc842f6e4045ed5c4715ada648c9 /arch/arm
parenta526314c8057eeecbdbd6965b1620cfe3ae6e8f3 (diff)
downloadmusl-e9751279479edc63af2c15b54a85cbe0374ca8b7.tar.gz
musl-e9751279479edc63af2c15b54a85cbe0374ca8b7.tar.xz
musl-e9751279479edc63af2c15b54a85cbe0374ca8b7.zip
bits/syscall.h: add process_mrelease from linux v5.15
see

    linux commit 884a7e5964e06ed93c7771c0d7cf19c09a8946f1
    mm: introduce process_mrelease system call

    linux commit dce49103962840dd61423d7627748d6c558d58c5
    mm: wire up syscall process_mrelease
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/bits/syscall.h.in b/arch/arm/bits/syscall.h.in
index 048fdea7..1445cbf7 100644
--- a/arch/arm/bits/syscall.h.in
+++ b/arch/arm/bits/syscall.h.in
@@ -399,6 +399,7 @@
 #define __NR_landlock_create_ruleset	444
 #define __NR_landlock_add_rule	445
 #define __NR_landlock_restrict_self	446
+#define __NR_process_mrelease	448
 
 #define __ARM_NR_breakpoint	0x0f0001
 #define __ARM_NR_cacheflush	0x0f0002