Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312159
b: refs/heads/master
c: cca6f39
h: refs/heads/master
i:
  312157: 59cf2d9
  312155: 55e6ad3
  312151: 40af1d2
  312143: f392981
  312127: f93ed4b
v: v3
  • Loading branch information
Paul E. McKenney committed Jul 2, 2012
1 parent 630387b commit b741e78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc5df65b0370fc6aa2bfe3bb19e0451d5cafb99f
refs/heads/master: cca6f3931920a7547d02e68adc2ca635bea5600c
2 changes: 1 addition & 1 deletion trunk/kernel/rcutree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2675,7 +2675,7 @@ static void __init rcu_init_geometry(void)
{
int i;
int j;
int n = NR_CPUS;
int n = nr_cpu_ids;
int rcu_capacity[MAX_RCU_LVLS + 1];

/* If the compile-time values are accurate, just leave. */
Expand Down
2 changes: 2 additions & 0 deletions trunk/kernel/rcutree_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ static void __init rcu_bootup_announce_oddness(void)
#endif
if (rcu_fanout_leaf != CONFIG_RCU_FANOUT_LEAF)
printk(KERN_INFO "\tExperimental boot-time adjustment of leaf fanout to %d.\n", rcu_fanout_leaf);
if (nr_cpu_ids != NR_CPUS)
printk(KERN_INFO "\tRCU restricting CPUs from NR_CPUS=%d to nr_cpu_ids=%d.\n", NR_CPUS, nr_cpu_ids);
}

#ifdef CONFIG_TREE_PREEMPT_RCU
Expand Down

0 comments on commit b741e78

Please sign in to comment.