about summary refs log tree commit diff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorGaƫl PORTAY <gael.portay@rtone.fr>2024-02-18 03:26:47 +0100
committerRich Felker <dalias@aerifal.cx>2024-02-22 19:23:47 -0500
commitdd690c490951443ce5b96594c9c44cb6177daac1 (patch)
treea749f804313b691d0de451ccd04214ec09f64d8c /arch/powerpc
parent33e8c469a9ebd1ffa2eab415d39bb586dc73454c (diff)
downloadmusl-dd690c490951443ce5b96594c9c44cb6177daac1.tar.gz
musl-dd690c490951443ce5b96594c9c44cb6177daac1.tar.xz
musl-dd690c490951443ce5b96594c9c44cb6177daac1.zip
bits/syscall.h: add cachestat from linux v6.4
see

    linux commit cf264e1329fb0307e044f7675849f9f38b44c11a
    cachestat: implement cachestat syscall

    linux commit 946e697c69ffeeefdd84dad90eac307284df46be
    cachestat: wire up cachestat for other architectures
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/bits/syscall.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/bits/syscall.h.in b/arch/powerpc/bits/syscall.h.in
index 38124a86..30ae8dd4 100644
--- a/arch/powerpc/bits/syscall.h.in
+++ b/arch/powerpc/bits/syscall.h.in
@@ -428,4 +428,5 @@
 #define __NR_process_mrelease	448
 #define __NR_futex_waitv	449
 #define __NR_set_mempolicy_home_node	450
+#define __NR_cachestat		451