Re: [PATCH v3] sched/core: Minor optimize ttwu_runnable()

From: Chengming Zhou
Date: Fri Dec 02 2022 - 02:58:13 EST


On 2022/12/2 15:36, Bagas Sanjaya wrote:
> On Sat, Nov 12, 2022 at 11:39:10AM +0800, Chengming Zhou wrote:
>> This patch reorg ttwu_do_wakeup() and ttwu_do_activate() to make
>> ttwu_do_wakeup() only mark the task runnable, so it can be used
>> in ttwu_runnable() and try_to_wake_up() fast paths.
>>
>
> s/This patch reorg/Reorganize/

Ok, will change it.

>
> Also, please rebase and resend.
>

Ok, will rebase on tip/sched/core branch.

Thanks.