[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <165478587541.589231.1462511723617855253.b4-ty@ellerman.id.au>
Date: Fri, 10 Jun 2022 00:44:35 +1000
From: Michael Ellerman <patch-notifications@...erman.id.au>
To: linuxppc-dev@...ts.ozlabs.org,
Michael Ellerman <mpe@...erman.id.au>,
Masahiro Yamada <masahiroy@...nel.org>
Cc: Scott Wood <oss@...error.net>,
Frank Rowand <frank.rowand@...y.com>,
Christophe Leroy <christophe.leroy@...roup.eu>,
linux-kernel@...r.kernel.org, Paul Mackerras <paulus@...ba.org>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Rob Herring <robh@...nel.org>, Jason Yan <yanaijie@...wei.com>,
Diana Craciun <diana.craciun@....com>
Subject: Re: [PATCH] powerpc: get rid of #include <generated/compile.h>
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
Powered by blists - more mailing lists