Browse Source

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

added in linux commit 4e21565b7fd4d9045765f697887e74a704135fe2
Szabolcs Nagy 6 years ago
parent
commit
1114df5d60
2 changed files with 2 additions and 0 deletions
  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