From 2a81f5e4e8a172680ee56066ddf27bce96a1e3c8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 26 Jul 2019 14:57:20 -0400 Subject: [PATCH] Bump do_on_cpu system call number to 434 Signed-off-by: Mathieu Desnoyers --- extra/linux/do_on_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1