From 33e8c469a9ebd1ffa2eab415d39bb586dc73454c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Sun, 18 Feb 2024 03:26:46 +0100 Subject: bits/syscall.h: add set_mempolicy_home_node from linux v5.17 see linux commit c6018b4b254971863bd0ad36bb5e7d0fa0f0ddb0 mm/mempolicy: add set_mempolicy_home_node syscall linux commit 21b084fdf2a49ca1634e8e360e9ab6f9ff0dee11 mm/mempolicy: wire up syscall set_mempolicy_home_node --- arch/x32/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x32/bits/syscall.h.in') diff --git a/arch/x32/bits/syscall.h.in b/arch/x32/bits/syscall.h.in index 5390db02..8a2cf7b0 100644 --- a/arch/x32/bits/syscall.h.in +++ b/arch/x32/bits/syscall.h.in @@ -311,6 +311,7 @@ #define __NR_memfd_secret (0x40000000 + 447) #define __NR_process_mrelease (0x40000000 + 448) #define __NR_futex_waitv (0x40000000 + 449) +#define __NR_set_mempolicy_home_node (0x40000000 + 450) #define __NR_rt_sigaction (0x40000000 + 512) -- cgit v1.2.1