Merge branch 'pm-cpuidle'
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / rcutree.c
index 38ecdda3f55f6b3e503cf12e447c1801ae3c2812..4b97bba7396e6194db4bf5b644ef8b5a1997c974 100644 (file)
@@ -201,6 +201,7 @@ void rcu_note_context_switch(int cpu)
 {
        trace_rcu_utilization("Start context switch");
        rcu_sched_qs(cpu);
+       rcu_preempt_note_context_switch(cpu);
        trace_rcu_utilization("End context switch");
 }
 EXPORT_SYMBOL_GPL(rcu_note_context_switch);