Re: [PATCH] sched: Replace <asm/processor.h> with <linux/processor.h> in sched.h

From: Mukesh Kumar Chaurasiya
Date: Wed Jul 31 2024 - 05:20:23 EST


On Wed, Jul 31, 2024 at 02:56:47AM GMT, Juan José Arboleda wrote:
> The sched.h header file currently includes the architecture-specific
> <asm/processor.h> header. This commit replaces it with the more general
> <linux/processor.h> header to ensure broader compatibility and to
> streamline the code.
>
> This change helps in reducing architecture-specific dependencies in
> scheduler code, making it more portable and easier to maintain.
>
> Signed-off-by: Juan José Arboleda <soyjuanarbol@xxxxxxxxx>

Build and bootup Tested on ppc64le and x86.

Tested-by: Mukesh Kumar Chaurasiya <mchauras@xxxxxxxxxxxxx>
Reviewed-by: Mukesh Kumar Chaurasiya <mchauras@xxxxxxxxxxxxx>