Module: xenomai-head
Branch: master
Commit: f653afe714b2949c79849f80b668b08a53b0f4fc
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=f653afe714b2949c79849f80b668b08a53b0f4fc

Author: Philippe Gerum <r...@xenomai.org>
Date:   Sun Dec 20 12:29:36 2009 +0100

powerpc: upgrade I-pipe support to 2.6.30.3-powerpc-2.7-06

---

 ...adeos-ipipe-2.6.30.3-powerpc-DENX-2.7-06.patch} |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/ksrc/arch/powerpc/patches/adeos-ipipe-2.6.30.3-powerpc-DENX-2.7-05.patch 
b/ksrc/arch/powerpc/patches/adeos-ipipe-2.6.30.3-powerpc-DENX-2.7-06.patch
similarity index 99%
rename from 
ksrc/arch/powerpc/patches/adeos-ipipe-2.6.30.3-powerpc-DENX-2.7-05.patch
rename to 
ksrc/arch/powerpc/patches/adeos-ipipe-2.6.30.3-powerpc-DENX-2.7-06.patch
index 7ace2c6..bec5e6d 100644
--- a/ksrc/arch/powerpc/patches/adeos-ipipe-2.6.30.3-powerpc-DENX-2.7-05.patch
+++ b/ksrc/arch/powerpc/patches/adeos-ipipe-2.6.30.3-powerpc-DENX-2.7-06.patch
@@ -572,7 +572,7 @@ index b7e034b..d769f6d 100644
  #define hard_irq_disable()    local_irq_disable()
 diff --git a/arch/powerpc/include/asm/ipipe.h 
b/arch/powerpc/include/asm/ipipe.h
 new file mode 100644
-index 0000000..6d6b831
+index 0000000..71327e4
 --- /dev/null
 +++ b/arch/powerpc/include/asm/ipipe.h
 @@ -0,0 +1,271 @@
@@ -623,10 +623,10 @@ index 0000000..6d6b831
 +#include <asm/paca.h>
 +#endif
 +
-+#define IPIPE_ARCH_STRING     "2.7-05"
++#define IPIPE_ARCH_STRING     "2.7-06"
 +#define IPIPE_MAJOR_NUMBER    2
 +#define IPIPE_MINOR_NUMBER    7
-+#define IPIPE_PATCH_NUMBER    5
++#define IPIPE_PATCH_NUMBER    6
 +
 +#ifdef CONFIG_IPIPE_WANT_PREEMPTIBLE_SWITCH
 +
@@ -2303,7 +2303,7 @@ index 5328709..8c3a2b7 100644
        sync
 diff --git a/arch/powerpc/kernel/ipipe.c b/arch/powerpc/kernel/ipipe.c
 new file mode 100644
-index 0000000..304d39b
+index 0000000..6db07d9
 --- /dev/null
 +++ b/arch/powerpc/kernel/ipipe.c
 @@ -0,0 +1,865 @@
@@ -2472,7 +2472,7 @@ index 0000000..304d39b
 +      if (cpus_empty(cpumask))
 +              return CPU_MASK_NONE;   /* Error -- bad mask value or 
non-routable IRQ. */
 +
-+      cpumask_copy(&oldmask, &irq_to_desc(irq)->affinity);
++      cpumask_copy(&oldmask, irq_to_desc(irq)->affinity);
 +      irq_to_desc(irq)->chip->set_affinity(irq, &cpumask);
 +
 +      return oldmask;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to