Explorar o código

add kexec_file_load syscall number on powerpc from linux v4.10

added in linux commit 80f60e509a03ff9ff2bdbf9cd1e935c6360b8bd9
Szabolcs Nagy %!s(int64=8) %!d(string=hai) anos
pai
achega
cee73f0c10
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      arch/powerpc/bits/syscall.h.in
  2. 1 0
      arch/powerpc64/bits/syscall.h.in

+ 1 - 0
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
 

+ 1 - 0
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