* [PATCH 2.6.21-rt6]
@ 2007-05-23 2:01 Sven-Thorsten Dietrich
2007-05-23 2:56 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Sven-Thorsten Dietrich @ 2007-05-23 2:01 UTC (permalink / raw)
To: LKML; +Cc: Ingo Molnar
Restore the declaration of rcu_batches_completed_bh
It is needed to compile with Classic RCU
signed-off-by: Sven-Thorsten Dietrich <sven@thebigcorporation.com>
Index: linux-2.6.21-rt-patched/include/linux/rcupdate.h
===================================================================
--- linux-2.6.21-rt-patched.orig/include/linux/rcupdate.h
+++ linux-2.6.21-rt-patched/include/linux/rcupdate.h
@@ -227,6 +227,7 @@ extern void rcu_barrier(void);
extern void rcu_init(void);
extern void rcu_advance_callbacks(int cpu, int user);
extern void rcu_check_callbacks(int cpu, int user);
+extern long rcu_batches_completed_bh(void);
#endif /* __KERNEL__ */
#endif /* __LINUX_RCUPDATE_H */
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.21-rt6]
2007-05-23 2:01 [PATCH 2.6.21-rt6] Sven-Thorsten Dietrich
@ 2007-05-23 2:56 ` Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2007-05-23 2:56 UTC (permalink / raw)
To: Sven-Thorsten Dietrich; +Cc: LKML, Ingo Molnar
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/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2.6.21-rt6]
@ 2007-05-23 1:39 Sven-Thorsten Dietrich
0 siblings, 0 replies; 3+ messages in thread
From: Sven-Thorsten Dietrich @ 2007-05-23 1:39 UTC (permalink / raw)
To: LKML; +Cc: Ingo Molnar
This patch properly exports __spin_lock_irqsave_nested.
signed-off-by: Sven-Thorsten Dietrich <sven@thebigcorporation.com>
Index: linux-2.6.21/kernel/spinlock.c
===================================================================
--- linux-2.6.21.orig/kernel/spinlock.c
+++ linux-2.6.21/kernel/spinlock.c
@@ -366,7 +366,7 @@ __spin_lock_irqsave_nested(raw_spinlock_
#endif
return flags;
}
-EXPORT_SYMBOL(_spin_lock_irqsave_nested);
+EXPORT_SYMBOL(__spin_lock_irqsave_nested);
#endif
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-23 2:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-23 2:01 [PATCH 2.6.21-rt6] Sven-Thorsten Dietrich
2007-05-23 2:56 ` Randy Dunlap
-- strict thread matches above, loose matches on Subject: below --
2007-05-23 1:39 Sven-Thorsten Dietrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®