Re: [PATCH] powerpc: get rid of #include <generated/compile.h>

From: Michael Ellerman
Date: Thu Jun 09 2022 - 10:45:44 EST


On Sat, 4 Jun 2022 17:50:50 +0900, Masahiro Yamada wrote:
> You cannot include <generated/compile.h> here because it is generated
> in init/Makefile but there is no guarantee that it happens before
> arch/powerpc/mm/nohash/kaslr_booke.c is compiled for parallel builds.
>
> The places where you can reliably include <generated/compile.h> are:
>
> - init/ (because init/Makefile can specify the dependency)
> - arch/*/boot/ (because it is compiled after vmlinux)
>
> [...]

Applied to powerpc/fixes.

[1/1] powerpc: get rid of #include <generated/compile.h>
https://git.kernel.org/powerpc/c/7ad4bd887d27c6b6ffbef216f19c19f8fe2b8f52

cheers