Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323514
b: refs/heads/master
c: b402b73
h: refs/heads/master
v: v3
  • Loading branch information
Dimitri Sivanich authored and Paul E. McKenney committed Sep 23, 2012
1 parent 203d95f commit e6fbab5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b626c1b689364859ccd2e86d5e043aeadfeb2cd4
refs/heads/master: b402b73b3afe3614bc0e921ebe18013ea103115a
3 changes: 2 additions & 1 deletion trunk/kernel/rcutree.h
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ struct rcu_state {

/* End of fields guarded by root rcu_node's lock. */

raw_spinlock_t onofflock; /* exclude on/offline and */
raw_spinlock_t onofflock ____cacheline_internodealigned_in_smp;
/* exclude on/offline and */
/* starting new GP. */
struct rcu_head *orphan_nxtlist; /* Orphaned callbacks that */
/* need a grace period. */
Expand Down

0 comments on commit e6fbab5

Please sign in to comment.