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

From: Thomas Gleixner
Date: Mon Feb 19 2024 - 10:17:08 EST


On Mon, Feb 12 2024 at 21:55, Ankur Arora wrote:
>
> +#define TIF_NEED_RESCHED_LAZY_OFFSET (TIF_NEED_RESCHED_LAZY - TIF_NEED_RESCHED)
> +
> +typedef enum {
> + NR_now = 0,
> + NR_lazy = 1,

Just a nitpick. Please don't camel case the constant. Can you please
write out NEED_RESCHED_* as NR is generally associated with number?

Thanks,

tglx