summaryrefslogtreecommitdiffstats
path: root/meta/packages/kexec
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-03-01 13:14:20 +0000
committerRichard Purdie <richard@openedhand.com>2007-03-01 13:14:20 +0000
commitc54700bc4d003dfdb587fafdb0deb3b4d0b2137d (patch)
tree8715b36e4176f0286043ae201804756f7fb7047b /meta/packages/kexec
parenta6470fb38a31bbd372465bf2bd10cf0db2f2d667 (diff)
downloadpoky-c54700bc4d003dfdb587fafdb0deb3b4d0b2137d.tar.gz
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
Diffstat (limited to 'meta/packages/kexec')
-rw-r--r--meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch2
-rw-r--r--meta/packages/kexec/kexec-tools_1.101.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch b/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch
index b36a476d82..6e43b76096 100644
--- a/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch
+++ b/meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch
@@ -285,7 +285,7 @@ Index: kexec-tools-1.101/kexec/kexec-syscall.h
285 #define __NR_kexec_load 246 285 #define __NR_kexec_load 246
286 #endif 286 #endif
287+#ifdef __arm__ 287+#ifdef __arm__
288+#define __NR_kexec_load __NR_SYSCALL_BASE + 189 288+#define __NR_kexec_load __NR_SYSCALL_BASE + 347
289+#endif 289+#endif
290 #ifndef __NR_kexec_load 290 #ifndef __NR_kexec_load
291 #error Unknown processor architecture. Needs a kexec_load syscall number. 291 #error Unknown processor architecture. Needs a kexec_load syscall number.
diff --git a/meta/packages/kexec/kexec-tools_1.101.bb b/meta/packages/kexec/kexec-tools_1.101.bb
index fe2b5e1765..4dfab1e06f 100644
--- a/meta/packages/kexec/kexec-tools_1.101.bb
+++ b/meta/packages/kexec/kexec-tools_1.101.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.xmission.com/~ebiederm/files/kexec/"
4SECTION = "kernel/userland" 4SECTION = "kernel/userland"
5DEPENDS = "virtual/kernel zlib" 5DEPENDS = "virtual/kernel zlib"
6LICENSE = "GPL" 6LICENSE = "GPL"
7PR = "r0" 7PR = "r1"
8 8
9inherit autotools 9inherit autotools
10 10