diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:44:57 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-21 00:44:57 +0000 |
commit | 093a60863974688aa30ac9f2b2fde3fe6134fbad (patch) | |
tree | 513ed088c9370883acafba5712b19faf232966b6 /packages/kexec | |
parent | e95f688487f37ba687b5ca2b9d16de442f76ce53 (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 |