Merge branch 'next/soc' into HEAD
[firefly-linux-kernel-4.4.55.git] / kernel / rcutree.h
index 7576fd4d8ce62854ee13a48089ac6811a7b11e25..5faf05d683265222127e6496668b6821018ff999 100644 (file)
@@ -102,6 +102,10 @@ struct rcu_dynticks {
                                    /* idle-period nonlazy_posted snapshot. */
        int tick_nohz_enabled_snap; /* Previously seen value from sysfs. */
 #endif /* #ifdef CONFIG_RCU_FAST_NO_HZ */
+#ifdef CONFIG_RCU_USER_QS
+       bool ignore_user_qs;        /* Treat userspace as extended QS or not */
+       bool in_user;               /* Is the CPU in userland from RCU POV? */
+#endif
 };
 
 /* RCU's kthread states for tracing. */