|
@@ -148,15 +148,6 @@ long rcu_batches_completed(void)
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(rcu_batches_completed);
|
|
|
|
|
|
-/*
|
|
|
- * Force a quiescent state for preemptible RCU.
|
|
|
- */
|
|
|
-void rcu_force_quiescent_state(void)
|
|
|
-{
|
|
|
- force_quiescent_state(&rcu_preempt_state);
|
|
|
-}
|
|
|
-EXPORT_SYMBOL_GPL(rcu_force_quiescent_state);
|
|
|
-
|
|
|
/*
|
|
|
* Record a preemptible-RCU quiescent state for the specified CPU. Note
|
|
|
* that this just means that the task currently running on the CPU is
|
|
@@ -976,16 +967,6 @@ long rcu_batches_completed(void)
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(rcu_batches_completed);
|
|
|
|
|
|
-/*
|
|
|
- * Force a quiescent state for RCU, which, because there is no preemptible
|
|
|
- * RCU, becomes the same as rcu-sched.
|
|
|
- */
|
|
|
-void rcu_force_quiescent_state(void)
|
|
|
-{
|
|
|
- rcu_sched_force_quiescent_state();
|
|
|
-}
|
|
|
-EXPORT_SYMBOL_GPL(rcu_force_quiescent_state);
|
|
|
-
|
|
|
/*
|
|
|
* Because preemptible RCU does not exist, we never have to check for
|
|
|
* CPUs being in quiescent states.
|