diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-01 13:14:20 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-01 13:14:20 +0000 |
commit | c54700bc4d003dfdb587fafdb0deb3b4d0b2137d (patch) | |
tree | 8715b36e4176f0286043ae201804756f7fb7047b /meta/packages/kexec/kexec-tools-1.101 | |
parent | a6470fb38a31bbd372465bf2bd10cf0db2f2d667 (diff) | |
download | openembedded-core-c54700bc4d003dfdb587fafdb0deb3b4d0b2137d.tar.gz openembedded-core-c54700bc4d003dfdb587fafdb0deb3b4d0b2137d.tar.bz2 openembedded-core-c54700bc4d003dfdb587fafdb0deb3b4d0b2137d.zip |
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/kexec-tools-1.101')
-rw-r--r-- | meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch | 2 |
1 files changed, 1 insertions, 1 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 #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. |