Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323527
b: refs/heads/master
c: 4dbd6bb
h: refs/heads/master
i:
  323525: 29b20bf
  323523: db03132
  323519: c226b24
v: v3
  • Loading branch information
Paul E. McKenney committed Sep 23, 2012
1 parent d29ff73 commit 4352292
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d7d6a11e8609f0319d4a2d8ede348f8b3374b652
refs/heads/master: 4dbd6bb38dd1cbfa5cb21e56e51dffc74aa20038
2 changes: 1 addition & 1 deletion trunk/kernel/rcutree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ static void __init rcu_init_levelspread(struct rcu_state *rsp)
int cprv;
int i;

cprv = NR_CPUS;
cprv = nr_cpu_ids;
for (i = rcu_num_lvls - 1; i >= 0; i--) {
ccur = rsp->levelcnt[i];
rsp->levelspread[i] = (cprv + ccur - 1) / ccur;
Expand Down

0 comments on commit 4352292

Please sign in to comment.