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

View File

@@ -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.

View File

@@ -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