rcu: Remove unused code originally used for context tracking
[deliverable/linux.git] / kernel / rcutree.h
index 4b69291b093d7157d638da01d342c2ee3d1f2d16..6f21f2eccb16c2793cd56d0a1b18f58b2a736055 100644 (file)
@@ -102,10 +102,6 @@ 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. */
This page took 0.02626 seconds and 5 git commands to generate.