>From bb5764366a4f064933cb2df59ff887ab416629eb Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 6 Mar 2017 00:28:33 +0000 Subject: [PATCH 06/22] add kexec_file_load syscall number on powerpc from linux v4.10 added in linux commit 80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9 --- arch/powerpc/bits/syscall.h.in | 1 + arch/powerpc64/bits/syscall.h.in | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/powerpc/bits/syscall.h.in b/arch/powerpc/bits/syscall.h.in index 35f7033e..d537a1dc 100644 --- a/arch/powerpc/bits/syscall.h.in +++ b/arch/powerpc/bits/syscall.h.in @@ -366,4 +366,5 @@ #define __NR_copy_file_range 379 #define __NR_preadv2 380 #define __NR_pwritev2 381 +#define __NR_kexec_file_load 382 diff --git a/arch/powerpc64/bits/syscall.h.in b/arch/powerpc64/bits/syscall.h.in index c9880fa2..9907ae9b 100644 --- a/arch/powerpc64/bits/syscall.h.in +++ b/arch/powerpc64/bits/syscall.h.in @@ -357,4 +357,5 @@ #define __NR_copy_file_range 379 #define __NR_preadv2 380 #define __NR_pwritev2 381 +#define __NR_kexec_file_load 382 -- 2.14.1