|
@@ -1356,17 +1356,11 @@ static int rcu_sched_grace_period(void *arg)
|
|
|
|
|
|
rcu_ctrlblk.sched_sleep = rcu_sched_sleeping;
|
|
|
spin_unlock_irqrestore(&rcu_ctrlblk.schedlock, flags);
|
|
|
- ret = 0;
|
|
|
+ ret = 0; /* unused */
|
|
|
__wait_event_interruptible(rcu_ctrlblk.sched_wq,
|
|
|
rcu_ctrlblk.sched_sleep != rcu_sched_sleeping,
|
|
|
ret);
|
|
|
|
|
|
- /*
|
|
|
- * Signals would prevent us from sleeping, and we cannot
|
|
|
- * do much with them in any case. So flush them.
|
|
|
- */
|
|
|
- if (ret)
|
|
|
- flush_signals(current);
|
|
|
couldsleepnext = 0;
|
|
|
|
|
|
} while (!kthread_should_stop());
|