diff options
| -rw-r--r-- | include/linux/rcutree.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/rcutree.h b/include/linux/rcutree.h index 67458468f1a8..73e7195f9997 100644 --- a/include/linux/rcutree.h +++ b/include/linux/rcutree.h @@ -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;  } | 
