add kexec_file_load syscall number on powerpc from linux v4.10
authorSzabolcs Nagy <nsz@port70.net>
Mon, 6 Mar 2017 00:28:33 +0000 (00:28 +0000)
committerRich Felker <dalias@aerifal.cx>
Sun, 5 Nov 2017 23:41:02 +0000 (18:41 -0500)
added in linux commit 80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9

arch/powerpc/bits/syscall.h.in
arch/powerpc64/bits/syscall.h.in

index 35f7033e1261be8f2b63da89d6a39e7208b8d816..d537a1dccb2390ebcb060f74a100ec5ddd1f525f 100644 (file)
 #define __NR_copy_file_range       379
 #define __NR_preadv2               380
 #define __NR_pwritev2              381
+#define __NR_kexec_file_load       382
 
index c9880fa2330e4cab14e715a06444de48636685e8..9907ae9b1405c51d17afc0a267034440d4c7bad6 100644 (file)
 #define __NR_copy_file_range        379
 #define __NR_preadv2                380
 #define __NR_pwritev2               381
+#define __NR_kexec_file_load        382