rcu: Make call_rcu() lazy to save power
[linux-2.6-microblaze.git] / kernel / rcu / tree_exp.h
index 18e9b4c..ed6c3cc 100644 (file)
@@ -937,7 +937,7 @@ void synchronize_rcu_expedited(void)
 
        /* If expedited grace periods are prohibited, fall back to normal. */
        if (rcu_gp_is_normal()) {
-               wait_rcu_gp(call_rcu);
+               wait_rcu_gp(call_rcu_hurry);
                return;
        }