rcu: Fix rcu_read_unlock_strict() strict QS reporting
[linux-2.6-microblaze.git] / kernel / rcu / tree_plugin.h
index 438ecae..86772c9 100644 (file)
@@ -824,6 +824,7 @@ void rcu_read_unlock_strict(void)
        if (irqs_disabled() || preempt_count() || !rcu_state.gp_kthread)
                return;
        rdp = this_cpu_ptr(&rcu_data);
+       rdp->cpu_no_qs.b.norm = false;
        rcu_report_qs_rdp(rdp);
        udelay(rcu_unlock_delay);
 }