about summary refs log tree commit diff
path: root/arch/riscv64
diff options
context:
space:
mode:
authorGaƫl PORTAY <gael.portay@rtone.fr>2024-02-18 03:26:46 +0100
committerRich Felker <dalias@aerifal.cx>2024-02-22 19:23:37 -0500
commit33e8c469a9ebd1ffa2eab415d39bb586dc73454c (patch)
tree75ea861084ea6a39601b2881110dc72e80f915c9 /arch/riscv64
parentb2c4c3d590a338b574bbbb691963995e6541ae75 (diff)
downloadmusl-33e8c469a9ebd1ffa2eab415d39bb586dc73454c.tar.gz
musl-33e8c469a9ebd1ffa2eab415d39bb586dc73454c.tar.xz
musl-33e8c469a9ebd1ffa2eab415d39bb586dc73454c.zip
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
Diffstat (limited to 'arch/riscv64')
-rw-r--r--arch/riscv64/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv64/bits/syscall.h.in b/arch/riscv64/bits/syscall.h.in
index 1b13a477..4baa0fcc 100644
--- a/arch/riscv64/bits/syscall.h.in
+++ b/arch/riscv64/bits/syscall.h.in
@@ -301,6 +301,7 @@
 #define __NR_landlock_restrict_self	446
 #define __NR_process_mrelease	448
 #define __NR_futex_waitv	449
+#define __NR_set_mempolicy_home_node	450
 
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)