diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:36:10 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:36:10 +0000 |
commit | dff4bc569a4e76b6e1603144179883204c22ee86 (patch) | |
tree | 0d04d4623e55ca40da251e5f294e95d49d072d4b /packages/kexec | |
parent | db09c170a027773e87594195b8a1bdce66310dd1 (diff) |
kexec-tools: Update ARM patch for new official syscall number. Distro maintainers be warned, this needs to be changed in kernels..
Diffstat (limited to 'packages/kexec')
-rw-r--r-- | packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch | 2 | ||||
-rw-r--r-- | packages/kexec/kexec-tools_1.101.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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. diff --git a/packages/kexec/kexec-tools_1.101.bb b/packages/kexec/kexec-tools_1.101.bb index fe2b5e1765..4dfab1e06f 100644 --- a/packages/kexec/kexec-tools_1.101.bb +++ b/packages/kexec/kexec-tools_1.101.bb @@ -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 |