|
@@ -187,7 +187,8 @@ static void rcu_process_callbacks(struct softirq_action *unused)
|
|
*
|
|
*
|
|
* Cool, huh? (Due to Josh Triplett.)
|
|
* Cool, huh? (Due to Josh Triplett.)
|
|
*
|
|
*
|
|
- * But we want to make this a static inline later.
|
|
|
|
|
|
+ * But we want to make this a static inline later. The cond_resched()
|
|
|
|
+ * currently makes this problematic.
|
|
*/
|
|
*/
|
|
void synchronize_sched(void)
|
|
void synchronize_sched(void)
|
|
{
|
|
{
|
|
@@ -195,12 +196,6 @@ void synchronize_sched(void)
|
|
}
|
|
}
|
|
EXPORT_SYMBOL_GPL(synchronize_sched);
|
|
EXPORT_SYMBOL_GPL(synchronize_sched);
|
|
|
|
|
|
-void synchronize_rcu_bh(void)
|
|
|
|
-{
|
|
|
|
- synchronize_sched();
|
|
|
|
-}
|
|
|
|
-EXPORT_SYMBOL_GPL(synchronize_rcu_bh);
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* Helper function for call_rcu() and call_rcu_bh().
|
|
* Helper function for call_rcu() and call_rcu_bh().
|
|
*/
|
|
*/
|