summaryrefslogtreecommitdiffstats
path: root/external/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch')
-rw-r--r--external/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/external/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch b/external/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch
deleted file mode 100644
index 3d8d987c..00000000
--- a/external/meta-openembedded/meta-initramfs/recipes-devtools/klibc/klibc-2.0.4/0001-klibc_2.0.4-add-kexec_file_load-syscall.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 90683d5eaabfa684a71411d6e3262153ac191ad8 Mon Sep 17 00:00:00 2001
-From: Andrea Adami <andrea.adami@gmail.com>
-Date: Tue, 4 Sep 2018 23:44:30 +0200
-Subject: [PATCH 1/1] klibc_2.0.4: add kexec_file_load syscall
-
-for supported archs only (matched in kexec-tools)
-
-Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
----
- usr/klibc/SYSCALLS.def | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
-index c56e8f9..6b3bf4c 100644
---- a/usr/klibc/SYSCALLS.def
-+++ b/usr/klibc/SYSCALLS.def
-@@ -273,6 +273,7 @@ int reboot::__reboot(int, int, int, void *);
- int syslog::klogctl(int, char *, int);
- int sysinfo(struct sysinfo *);
- long kexec_load(void *, unsigned long, struct kexec_segment *, unsigned long);
-+<x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
-
- /*
- * Low-level I/O (generally architecture-specific);
---
-2.7.4
-