]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/rcutree.h
ip: update the description of rp_filter in ip-sysctl.txt
[net-next-2.6.git] / kernel / rcutree.h
index 1823c6e20609405e4bb0ecbc235dc7709546b7a3..1899023b0962adec0968bb32a7bdfd5dbebc577e 100644 (file)
@@ -201,9 +201,10 @@ struct rcu_data {
 };
 
 /* Values for signaled field in struct rcu_state. */
-#define RCU_GP_INIT            0       /* Grace period being initialized. */
-#define RCU_SAVE_DYNTICK       1       /* Need to scan dyntick state. */
-#define RCU_FORCE_QS           2       /* Need to force quiescent state. */
+#define RCU_GP_IDLE            0       /* No grace period in progress. */
+#define RCU_GP_INIT            1       /* Grace period being initialized. */
+#define RCU_SAVE_DYNTICK       2       /* Need to scan dyntick state. */
+#define RCU_FORCE_QS           3       /* Need to force quiescent state. */
 #ifdef CONFIG_NO_HZ
 #define RCU_SIGNAL_INIT                RCU_SAVE_DYNTICK
 #else /* #ifdef CONFIG_NO_HZ */