OSDN Git Service

aarch64, or1k: add kexec_file_load syscall number from linux v5.0
authorSzabolcs Nagy <nsz@port70.net>
Thu, 7 Mar 2019 21:07:45 +0000 (21:07 +0000)
committerRich Felker <dalias@aerifal.cx>
Wed, 13 Mar 2019 16:33:58 +0000 (12:33 -0400)
added in linux commit 4e21565b7fd4d9045765f697887e74a704135fe2

arch/aarch64/bits/syscall.h.in
arch/or1k/bits/syscall.h.in

index c22703c..4db8516 100644 (file)
 #define __NR_statx 291
 #define __NR_io_pgetevents 292
 #define __NR_rseq 293
+#define __NR_kexec_file_load 294
 
index 54e838a..4c3df0a 100644 (file)
 #define __NR_statx 291
 #define __NR_io_pgetevents 292
 #define __NR_rseq 293
+#define __NR_kexec_file_load 294