From c54700bc4d003dfdb587fafdb0deb3b4d0b2137d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 1 Mar 2007 13:14:20 +0000 Subject: 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 --- meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch') 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 b36a476d8..6e43b7609 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. -- cgit v1.2.3