[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yjib7hDFRFEOwaWf@dev-arch.thelio-3990X>
Date: Mon, 21 Mar 2022 08:38:22 -0700
From: Nathan Chancellor <nathan@...nel.org>
To: Randy Dunlap <rdunlap@...radead.org>,
Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org, patches@...ts.linux.dev,
Russell King <linux@...linux.org.uk>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH -next] sched/headers: ARM needs asm/paravirt_api_clock.h
On Wed, Mar 16, 2022 at 01:41:46PM -0700, Randy Dunlap wrote:
> Add <asm/paravirt_api_clock.h> for arch/arm/.
>
> Fixes this build error:
>
> In file included from ../kernel/sched/core.c:81:
> ../kernel/sched/sched.h:87:11: fatal error: asm/paravirt_api_clock.h: No such file or directory
> 87 | # include <asm/paravirt_api_clock.h>
>
> Fixes: 4ff8f2ca6ccd ("sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h dependencies")
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Ingo Molnar <mingo@...nel.org>
> Cc: Russell King <linux@...linux.org.uk>
> Cc: linux-arm-kernel@...ts.infradead.org
> Cc: patches@...linux.org.uk
Reviewed-by: Nathan Chancellor <nathan@...nel.org>
This needs to go into -tip to avoid breaking the build for ARM
all{mod,yes}config. It looks like the pull has already been sent though
:/
> ---
> KernelVersion: linux-next-20220316
>
> arch/arm/include/asm/paravirt_api_clock.h | 1 +
> 1 file changed, 1 insertion(+)
>
> --- /dev/null
> +++ linux-next-20220316/arch/arm/include/asm/paravirt_api_clock.h
> @@ -0,0 +1 @@
> +#include <asm/paravirt.h>
>
Powered by blists - more mailing lists