rcu: Remove redundant TREE_PREEMPT_RCU config option
[linux-2.6-block.git] / include / linux / init_task.h
index 77fc43f8fb72ce05210badb40d44abc29323d40e..d996aef8044fbd0702031f1f5c474d813110869b 100644 (file)
@@ -102,7 +102,7 @@ extern struct group_info init_groups;
 #define INIT_IDS
 #endif
 
-#ifdef CONFIG_TREE_PREEMPT_RCU
+#ifdef CONFIG_PREEMPT_RCU
 #define INIT_TASK_RCU_TREE_PREEMPT()                                   \
        .rcu_blocked_node = NULL,
 #else