kexec-tools: Update ARM patch for new official syscall number. Distro maintainers...
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 21 Feb 2007 00:44:57 +0000 (00:44 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 21 Feb 2007 00:44:57 +0000 (00:44 +0000)
packages/kexec/kexec-tools-1.101/kexec-tools-arm.patch
packages/kexec/kexec-tools_1.101.bb

index b36a476..6e43b76 100644 (file)
@@ -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.
index fe2b5e1..4dfab1e 100644 (file)
@@ -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