From e9751279479edc63af2c15b54a85cbe0374ca8b7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 22 Feb 2024 19:21:31 -0500 Subject: 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 --- arch/mipsn32/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mipsn32/bits/syscall.h.in') diff --git a/arch/mipsn32/bits/syscall.h.in b/arch/mipsn32/bits/syscall.h.in index bb2d04a8..80aee609 100644 --- a/arch/mipsn32/bits/syscall.h.in +++ b/arch/mipsn32/bits/syscall.h.in @@ -372,4 +372,5 @@ #define __NR_landlock_create_ruleset 6444 #define __NR_landlock_add_rule 6445 #define __NR_landlock_restrict_self 6446 +#define __NR_process_mrelease 6448 -- cgit v1.2.1