Parcourir la source

aarch64, or1k: add kexec_file_load syscall number from linux v5.0

added in linux commit 4e21565b7fd4d9045765f697887e74a704135fe2
Szabolcs Nagy il y a 6 ans
Parent
commit
1114df5d60
2 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 1 0
      arch/aarch64/bits/syscall.h.in
  2. 1 0
      arch/or1k/bits/syscall.h.in

+ 1 - 0
arch/aarch64/bits/syscall.h.in

@@ -276,4 +276,5 @@
 #define __NR_statx 291
 #define __NR_io_pgetevents 292
 #define __NR_rseq 293
+#define __NR_kexec_file_load 294
 

+ 1 - 0
arch/or1k/bits/syscall.h.in

@@ -278,4 +278,5 @@
 #define __NR_statx 291
 #define __NR_io_pgetevents 292
 #define __NR_rseq 293
+#define __NR_kexec_file_load 294