Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101387
b: refs/heads/master
c: 199a952
h: refs/heads/master
i:
  101385: e10c8fb
  101383: 9bac50e
v: v3
  • Loading branch information
Lai Jiangshan authored and Ingo Molnar committed Jul 13, 2008
1 parent c0e2972 commit a2857e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0c81b2a1448bc6a2a9b2d6469fb0669fb4b25e5b
refs/heads/master: 199a952876adbfc2b6c13b8b07adabebf4ff54b2
4 changes: 4 additions & 0 deletions trunk/kernel/rcuclassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ static void __rcu_offline_cpu(struct rcu_data *this_rdp,
rcu_move_batch(this_rdp, rdp->donelist, rdp->donetail);
rcu_move_batch(this_rdp, rdp->curlist, rdp->curtail);
rcu_move_batch(this_rdp, rdp->nxtlist, rdp->nxttail);

local_irq_disable();
this_rdp->qlen += rdp->qlen;
local_irq_enable();
}

static void rcu_offline_cpu(int cpu)
Expand Down

0 comments on commit a2857e5

Please sign in to comment.