mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
kexec-utils: Update to use offical arm syscall number
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1303 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -285,7 +285,7 @@ Index: kexec-tools-1.101/kexec/kexec-syscall.h
|
||||
#define __NR_kexec_load 246
|
||||
#endif
|
||||
+#ifdef __arm__
|
||||
+#define __NR_kexec_load __NR_SYSCALL_BASE + 189
|
||||
+#define __NR_kexec_load __NR_SYSCALL_BASE + 347
|
||||
+#endif
|
||||
#ifndef __NR_kexec_load
|
||||
#error Unknown processor architecture. Needs a kexec_load syscall number.
|
||||
|
||||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
|
||||
SECTION = "kernel/userland"
|
||||
DEPENDS = "virtual/kernel zlib"
|
||||
LICENSE = "GPL"
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user