Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191008
b: refs/heads/master
c: 4a90a06
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney committed May 10, 2010
1 parent 310f480 commit 4154d39
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: 4300aa642cc9ecb35f2e0683dd294fb790ef028c
refs/heads/master: 4a90a0681cf6cd21cd444184302aa045156486b3
2 changes: 1 addition & 1 deletion trunk/kernel/rcutree.c
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,7 @@ static void __init rcu_init_one(struct rcu_state *rsp)

rnp = rsp->level[NUM_RCU_LVLS - 1];
for_each_possible_cpu(i) {
if (i > rnp->grphi)
while (i > rnp->grphi)
rnp++;
rsp->rda[i]->mynode = rnp;
rcu_boot_init_percpu_data(i, rsp);
Expand Down

0 comments on commit 4154d39

Please sign in to comment.