Re: [PATCH v2 2/6] rcu: rename PREEMPT_AUTO to PREEMPT_LAZY
From: Ankur Arora
Date: Wed Nov 13 2024 - 18:52:31 EST
Frederic Weisbecker <frederic@xxxxxxxxxx> writes:
> Le Wed, Nov 06, 2024 at 12:17:54PM -0800, Ankur Arora a écrit :
>> Replace mentions of PREEMPT_AUTO with PREEMPT_LAZY.
>>
>> Also, since PREMPT_LAZY implies PREEMPTION, we can just reduce the
>> TASKS_RCU selection criteria from:
>>
>> NEED_TASKS_RCU && (PREEMPTION || PREEMPT_AUTO)
>> to:
>> NEED_TASKS_RCU && PREEMPTION
>>
>> CC: Paul E. McKenney <paulmck@xxxxxxxxxx>
>> Signed-off-by: Ankur Arora <ankur.a.arora@xxxxxxxxxx>
>
> Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>
Thanks!
--
ankur