Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288541
b: refs/heads/master
c: 18fec7d
h: refs/heads/master
i:
  288539: 43b37b9
v: v3
  • Loading branch information
Frederic Weisbecker authored and Paul E. McKenney committed Feb 21, 2012
1 parent 81b08fc commit 0acd429
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4c62abc90bea439a4b50aad9f67a310fb9c392e1
refs/heads/master: 18fec7d8758dd416904da205375e6fa667defc80
1 change: 1 addition & 0 deletions trunk/include/linux/rcutree.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ extern void rcu_sched_force_quiescent_state(void);
/* A context switch is a grace period for RCU-sched and RCU-bh. */
static inline int rcu_blocking_is_gp(void)
{
might_sleep(); /* Check for RCU read-side critical section. */
return num_online_cpus() == 1;
}

Expand Down

0 comments on commit 0acd429

Please sign in to comment.