mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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
|
#define __NR_kexec_load 246
|
||||||
#endif
|
#endif
|
||||||
+#ifdef __arm__
|
+#ifdef __arm__
|
||||||
+#define __NR_kexec_load __NR_SYSCALL_BASE + 189
|
+#define __NR_kexec_load __NR_SYSCALL_BASE + 347
|
||||||
+#endif
|
+#endif
|
||||||
#ifndef __NR_kexec_load
|
#ifndef __NR_kexec_load
|
||||||
#error Unknown processor architecture. Needs a kexec_load syscall number.
|
#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"
|
SECTION = "kernel/userland"
|
||||||
DEPENDS = "virtual/kernel zlib"
|
DEPENDS = "virtual/kernel zlib"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user