rcu_boost: always without delay
Simultaneously improves interactivity and power efficiency [Flopster101: This also invalidates any value set by RCU_BOOST_DELAY.] Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
parent
17cc903017
commit
bfd895a6cc
1 changed files with 1 additions and 1 deletions
|
@ -1122,7 +1122,7 @@ static bool rcu_is_callbacks_kthread(void)
|
|||
*/
|
||||
static void rcu_preempt_boost_start_gp(struct rcu_node *rnp)
|
||||
{
|
||||
rnp->boost_time = jiffies + RCU_BOOST_DELAY_JIFFIES;
|
||||
rnp->boost_time = jiffies;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue