]> code.ossystems Code Review - openembedded-core.git/commitdiff
kexec-utils: Update to use offical arm syscall number
authorRichard Purdie <richard@openedhand.com>
Thu, 1 Mar 2007 13:14:20 +0000 (13:14 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 1 Mar 2007 13:14:20 +0000 (13:14 +0000)
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
meta/packages/kexec/kexec-tools_1.101.bb

index b36a476d82e11e18066f5d1d1820770543ea1c85..6e43b7609676703defa5dff4ed58dd82b3e71fdf 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 fe2b5e176516b96a2e25390b28b16ffab1370698..4dfab1e06fe62027682edc3df1146d297c5581dc 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