[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <n2ws7azgzp6mrrj4cl54xu36yjri5lbm4xo7edewjecti3623g@ra2dgaitoicb>
Date: Wed, 31 Jul 2024 14:47:38 +0530
From: Mukesh Kumar Chaurasiya <mchauras@...ux.ibm.com>
To: Juan José Arboleda <soyjuanarbol@...il.com>
Cc: peterz@...radead.org, vincent.guittot@...aro.org, rostedt@...dmis.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] sched: Replace <asm/processor.h> with
<linux/processor.h> in sched.h
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@...il.com>
Build and bootup Tested on ppc64le and x86.
Tested-by: Mukesh Kumar Chaurasiya <mchauras@...ux.ibm.com>
Reviewed-by: Mukesh Kumar Chaurasiya <mchauras@...ux.ibm.com>
Powered by blists - more mailing lists