Re: [PATCH 02/30] thread_info: selector for TIF_NEED_RESCHED[_LAZY]

From: Thomas Gleixner
Date: Wed Feb 21 2024 - 12:05:15 EST


On Tue, Feb 20 2024 at 14:50, Ankur Arora wrote:
> How about, something like this?
>
> +typedef enum {
> + RESCHED_NOW = 0,
> + RESCHED_LAZY = 1,
> +} resched_t;
>
> Still, not ideal. But I think it's an improvement over those two.

Fine with me.