1
0
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:
Richard Purdie
2007-03-01 13:14:20 +00:00
parent a6470fb38a
commit c54700bc4d
2 changed files with 2 additions and 2 deletions
@@ -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.
+1 -1
View File
@@ -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