From fd285f9dec226ca9e5377888ee24e3f8f5ada49f Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sat, 19 Dec 2020 20:12:31 +0000 Subject: bits/syscall.h: add process_madvise from linux v5.10 mainly added to linux to allow a central process management service in android to give MADV_COLD|PAGEOUT hints for other processes, see linux commit ecb8ac8b1f146915aa6b96449b66dd48984caacc mm/madvise: introduce process_madvise() syscall: an external memory hinting API --- arch/powerpc/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/powerpc/bits') diff --git a/arch/powerpc/bits/syscall.h.in b/arch/powerpc/bits/syscall.h.in index 5c6fae3e..db4d0ca4 100644 --- a/arch/powerpc/bits/syscall.h.in +++ b/arch/powerpc/bits/syscall.h.in @@ -419,4 +419,5 @@ #define __NR_openat2 437 #define __NR_pidfd_getfd 438 #define __NR_faccessat2 439 +#define __NR_process_madvise 440 -- cgit v1.2.1