From: Mathieu Desnoyers Date: Fri, 26 Jul 2019 18:57:20 +0000 (-0400) Subject: Bump do_on_cpu system call number to 434 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2a81f5e4e8a172680ee56066ddf27bce96a1e3c8;p=librseq.git Bump do_on_cpu system call number to 434 Signed-off-by: Mathieu Desnoyers --- diff --git a/extra/linux/do_on_cpu.h b/extra/linux/do_on_cpu.h index 317923f..b9e96ac 100644 --- a/extra/linux/do_on_cpu.h +++ b/extra/linux/do_on_cpu.h @@ -24,7 +24,7 @@ enum do_on_cpu_flags { * kernel 5.1 are the same across all architectures. */ #ifndef __NR_do_on_cpu -#define __NR_do_on_cpu 428 +#define __NR_do_on_cpu 434 #endif #endif /* _UAPI_LINUX_DO_ON_CPU_H */