From dff4bc569a4e76b6e1603144179883204c22ee86 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 21 Feb 2007 00:36:10 +0000 Subject: kexec-tools: Update ARM patch for new official syscall number. Distro maintainers be warned, this needs to be changed in kernels.. --- packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch') diff --git a/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch b/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch index b36a476d82..6e43b76096 100644 --- a/packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch +++ b/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