Re: [PATCH] 2.6.21-rt6

2007-05-22 Thread Thomas Gleixner
On Tue, 2007-05-22 at 16:36 -0700, Sven-Thorsten Dietrich wrote: > On Tue, 2007-05-22 at 15:59 -0700, Sven-Thorsten Dietrich wrote: > > Add > > > header and export for rt_write_trylock_irqsave. > > Disregard the last patch, flags parameter was missing in the header. Signed-off-by is missing as

Re: [PATCH 2.6.21-rt6]

2007-05-22 Thread Randy Dunlap
On Tue, 22 May 2007 19:01:27 -0700 Sven-Thorsten Dietrich wrote: > Restore the declaration of rcu_batches_completed_bh > > It is needed to compile with Classic RCU Please use a descriptive (and different) Subject: for each patch. Thanks. --- ~Randy *** Remember to use Documentation/SubmitCheck

[PATCH 2.6.21-rt6]

2007-05-22 Thread Sven-Thorsten Dietrich
Restore the declaration of rcu_batches_completed_bh It is needed to compile with Classic RCU signed-off-by: Sven-Thorsten Dietrich <[EMAIL PROTECTED]> Index: linux-2.6.21-rt-patched/include/linux/rcupdate.h === --- linux-2.6.21-r

[PATCH 2.6.21-rt6]

2007-05-22 Thread Sven-Thorsten Dietrich
This patch properly exports __spin_lock_irqsave_nested. signed-off-by: Sven-Thorsten Dietrich <[EMAIL PROTECTED]> Index: linux-2.6.21/kernel/spinlock.c === --- linux-2.6.21.orig/kernel/spinlock.c +++ linux-2.6.21/kernel/spinlock.c @

[PATCH] 2.6.21-rt6 genapic

2007-05-22 Thread Sven-Thorsten Dietrich
Add declaration for setup_apic_routing This duplicates the declaration from i386 to x86_64 in the header. The code, in genapic.c is shared between i386/x86_64. Steven was trying to clean up that mess a while back, and this adds to it. In any case this gets compiling with -Werror-implicit-funct

[PATCH] 2.6.21-rt6

2007-05-22 Thread Sven-Thorsten Dietrich
On Tue, 2007-05-22 at 15:59 -0700, Sven-Thorsten Dietrich wrote: > Add > header and export for rt_write_trylock_irqsave. Disregard the last patch, flags parameter was missing in the header. Index: linux-2.6.21/include/linux/spinlock.h

[PATCH] 2.6.21-rt6

2007-05-22 Thread Sven-Thorsten Dietrich
Add header and export for rt_write_trylock_irqsave. Index: linux-2.6.21/include/linux/spinlock.h === --- linux-2.6.21.orig/include/linux/spinlock.h +++ linux-2.6.21/include/linux/spinlock.h @@ -294,6 +294,7 @@ do {