|
@@ -68,7 +68,7 @@ static void __init rcu_bootup_announce_oddness(void)
|
|
printk(KERN_INFO "\tAdditional per-CPU info printed with stalls.\n");
|
|
printk(KERN_INFO "\tAdditional per-CPU info printed with stalls.\n");
|
|
#endif
|
|
#endif
|
|
#if NUM_RCU_LVL_4 != 0
|
|
#if NUM_RCU_LVL_4 != 0
|
|
- printk(KERN_INFO "\tExperimental four-level hierarchy is enabled.\n");
|
|
|
|
|
|
+ printk(KERN_INFO "\tFour-level hierarchy is enabled.\n");
|
|
#endif
|
|
#endif
|
|
if (rcu_fanout_leaf != CONFIG_RCU_FANOUT_LEAF)
|
|
if (rcu_fanout_leaf != CONFIG_RCU_FANOUT_LEAF)
|
|
printk(KERN_INFO "\tExperimental boot-time adjustment of leaf fanout to %d.\n", rcu_fanout_leaf);
|
|
printk(KERN_INFO "\tExperimental boot-time adjustment of leaf fanout to %d.\n", rcu_fanout_leaf);
|